Skip to content

Commit fad29e3

Browse files
committed
[css-conditional-3] Clarify that property declarations are in style rules; not discussing at-rule descriptors here. #5929
1 parent 76a155c commit fad29e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-conditional-3/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@ and therefore <strong>must</strong> discard the declaration as a parse error.
472472

473473
A CSS processor is considered to <dfn export for=CSS id="dfn-support">support</dfn>
474474
a declaration (consisting of a property and value) if it accepts that
475-
declaration (rather than discarding it as a parse error).
475+
declaration (rather than discarding it as a parse error)
476+
within a [=style rule=].
476477
If a processor does not implement, with a usable level of support,
477478
the value given,
478479
then it <strong>must not</strong>

0 commit comments

Comments
 (0)