@@ -172,8 +172,8 @@ at-media-dynamic-001.html
172172<h2 id="contents-of">
173173Contents of conditional group rules</h2>
174174
175- All [=conditional group rules=] are defined to take a <<stylesheet >> in their block,
176- which means they can accept any rule that is normally allowed at the top-level of a stylesheet,
175+ All [=conditional group rules=] are defined to take a <<rule-list >> in their block,
176+ and accept any rule that is normally allowed at the top-level of a stylesheet,
177177and not otherwise restricted.
178178(For example, an ''@import'' rule must appear at the actual beginning of a stylesheet,
179179and so is not valid inside of another rule.)
@@ -187,7 +187,7 @@ at-media-content-003.html
187187at-media-content-004.html
188188</wpt>
189189
190- Invalid or unknown rules inside the <<stylesheet >> must be considered invalid and ignored,
190+ Invalid or unknown rules inside the <<rule-list >> must be considered invalid and ignored,
191191but do not invalidate the [=conditional group rule=] .
192192
193193<wpt title="Invalid rules do not invalidate conditional group rule.">
@@ -263,7 +263,7 @@ Its syntax is:
263263
264264<pre class="prod def" nohighlight>
265265@media <<media-query-list>> {
266- <<stylesheet >>
266+ <<rule-list >>
267267}
268268</pre>
269269
@@ -346,7 +346,7 @@ The syntax of the ''@supports'' rule is:
346346
347347<pre class="prod def" nohighlight>
348348@supports <<supports-condition>> {
349- <<stylesheet >>
349+ <<rule-list >>
350350}
351351</pre>
352352
0 commit comments