We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f26843 commit 40c794eCopy full SHA for 40c794e
css-conditional-5/Overview.bs
@@ -1778,7 +1778,8 @@ improving maintainability and readability.
1778
1779
Once defined, the named supports condition can be used in subsequent ''@supports'' or ''@when'' conditions.
1780
1781
- Multiple ''@supports-condition'' rules with the same name in a style sheet are invalid and must be ignored.
+ If multiple ''@supports-condition'' rules are defined with the same name,
1782
+ the last one in document order wins, and all preceding ones are ignored.
1783
1784
<div class="example">
1785
For example, we can define a supports query checking multiple properties at once:
0 commit comments