@@ -172,8 +172,8 @@ at-media-dynamic-001.html
172
172
<h2 id="contents-of">
173
173
Contents of conditional group rules</h2>
174
174
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,
177
177
and not otherwise restricted.
178
178
(For example, an ''@import'' rule must appear at the actual beginning of a stylesheet,
179
179
and so is not valid inside of another rule.)
@@ -187,7 +187,7 @@ at-media-content-003.html
187
187
at-media-content-004.html
188
188
</wpt>
189
189
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,
191
191
but do not invalidate the [=conditional group rule=] .
192
192
193
193
<wpt title="Invalid rules do not invalidate conditional group rule.">
@@ -263,7 +263,7 @@ Its syntax is:
263
263
264
264
<pre class="prod def" nohighlight>
265
265
@media <<media-query-list>> {
266
- <<stylesheet >>
266
+ <<rule-list >>
267
267
}
268
268
</pre>
269
269
@@ -346,7 +346,7 @@ The syntax of the ''@supports'' rule is:
346
346
347
347
<pre class="prod def" nohighlight>
348
348
@supports <<supports-condition>> {
349
- <<stylesheet >>
349
+ <<rule-list >>
350
350
}
351
351
</pre>
352
352
0 commit comments