We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c65e66 commit 097bfe9Copy full SHA for 097bfe9
css-conditional-3/Overview.bs
@@ -525,8 +525,9 @@ interface CSSConditionRule : CSSGroupingRule {
525
526
<ol>
527
<li>Trim the given value of white space.
528
- <li>If the given value matches the grammar of the
529
- appropriate condition production for the given rule,
+ <li>If the given value [=CSS/parses=]
+ as the appropriate condition grammar for the given rule
530
+ (such as <<supports-condition>> for ''@supports'', etc),
531
replace the associated CSS condition with the given value.
532
<li>Otherwise, do nothing.
533
</ol>
0 commit comments