@@ -172,16 +172,17 @@ The user agent will consult the namespace map to see whether a namespace url exi
172172<h2 id="use">
173173Placement of conditional group rules</h2>
174174
175- Conditional group rules are allowed at the top-level of a style
176- sheet, and inside other conditional group rules. CSS processors
177- <strong> must</strong> process such rules as <a
178- href="#processing"> described above</a> .
179-
180- Any rules that are not allowed after a style rule (e.g., ''@charset'' ,
181- ''@import'' , or ''@namespace'' rules) are also not allowed after a
182- conditional group rule. Therefore, style sheets <strong> must
183- not</strong> place such rules after a conditional group rule, and CSS
184- processors <strong> must</strong> ignore such rules.
175+ Conditional group rules are allowed
176+ wherever [=style rules=] are allowed
177+ (at the top-level of a style sheet,
178+ as well as within other conditional group rules).
179+ CSS processors <strong> must</strong> process such rules
180+ as <a href="#processing">described above</a> .
181+
182+ Any [=at-rules=] that are not allowed after a style rule
183+ (e.g., ''@charset'' , ''@import'' , or ''@namespace'' rules)
184+ are also not allowed after a conditional group rule,
185+ and are therefore [=invalid=] when so placed.
185186
186187<h2 id="at-media">
187188Media-specific style sheets: the ''@media'' rule</h2>
0 commit comments