@@ -170,8 +170,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
170170 < li > < a href ="#contents "> < span class =secno > 3. </ span > Contents of
171171 conditional group rules</ a >
172172
173- < li > < a href ="#use "> < span class =secno > 4. </ span > Use of conditional group
174- rules</ a >
173+ < li > < a href ="#use "> < span class =secno > 4. </ span > Placement of conditional
174+ group rules</ a >
175175
176176 < li > < a href ="#at-media "> < span class =secno > 5. </ span > Media-specific style
177177 sheets: the ‘< code class =css > @media</ code > ’ rule</ a >
@@ -383,10 +383,10 @@ <h2 id=contents><span class=secno>3. </span>Contents of conditional group
383383 < p > A group rule body is allowed to contain rulesets and any @-rules that
384384 are allowed at the top level of a style sheet before and after a ruleset.
385385 This means that @-rules that must occur at the beginning of the style
386- sheet, such as ‘< code class =css > @charset</ code > ’, ‘< code
386+ sheet ( such as ‘< code class =css > @charset</ code > ’, ‘< code
387387 class =css > @import</ code > ’, and ‘< code
388- class =css > @namespace</ code > ’ are not allowed inside of conditional
389- group rules. Conditional group rules can be nested.
388+ class =css > @namespace</ code > ’ rules) are not allowed inside of
389+ conditional group rules. Conditional group rules can be nested.
390390
391391 < p > In terms of the grammar, this specification defines the following
392392 productions for use in the grammar of conditional group rules:
@@ -428,17 +428,20 @@ <h2 id=contents><span class=secno>3. </span>Contents of conditional group
428428 (Rule sets, declaration blocks, and selectors)</ a > of < a href ="#CSS21 "
429429 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > .
430430
431- < h2 id =use > < span class =secno > 4. </ span > Use of conditional group rules</ h2 >
431+ < h2 id =use > < span class =secno > 4. </ span > Placement of conditional group rules</ h2 >
432432
433433 < p > Conditional group rules are allowed at the top-level of a style sheet,
434434 and inside other conditional group rules. CSS processors
435435 < strong > must</ strong > process such rules as < a
436436 href ="#processing "> described above</ a > .
437437
438- < p > Any rules that are not allowed after a ruleset are also not allowed
439- after a conditional group rule. Therefore, style sheets < strong > must
440- not</ strong > place such rules after a conditional group rules, and CSS
441- processors < strong > must</ strong > ignore such rules.
438+ < p > Any rules that are not allowed after a ruleset (e.g., ‘< code
439+ class =css > @charset</ code > ’, ‘< code
440+ class =css > @import</ code > ’, or ‘< code
441+ class =css > @namespace</ code > ’ rules) are also not allowed after a
442+ conditional group rule. Therefore, style sheets < strong > must not</ strong >
443+ place such rules after a conditional group rules, and CSS processors
444+ < strong > must</ strong > ignore such rules.
442445
443446 < h2 id =at-media > < span class =secno > 5. </ span > Media-specific style sheets:
444447 the ‘< code class =css > @media</ code > ’ rule</ h2 >
0 commit comments