Skip to content

Commit 097bfe9

Browse files
committed
[css-conditional-3] explicit CSS parse, w3c#3173
1 parent 2c65e66 commit 097bfe9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-conditional-3/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,9 @@ interface CSSConditionRule : CSSGroupingRule {
525525

526526
<ol>
527527
<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,
528+
<li>If the given value [=CSS/parses=]
529+
as the appropriate condition grammar for the given rule
530+
(such as <<supports-condition>> for ''@supports'', etc),
530531
replace the associated CSS condition with the given value.
531532
<li>Otherwise, do nothing.
532533
</ol>

0 commit comments

Comments
 (0)