File tree 2 files changed +12
-14
lines changed 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ spec:html; type:element; text:style
44
44
45
45
<pre class=ignored-specs>
46
46
spec:mediaqueries-5
47
- spec:css-values-4
47
+ spec:css-values-5
48
48
</pre>
49
49
50
50
<style>
@@ -226,12 +226,11 @@ Conditional ''@import'' Rules</h3>
226
226
</pre>
227
227
</div>
228
228
229
- A <dfn noexport for="@import"><<media-query>></dfn> corresponds to the <code> media_query_list</code> production
230
- and is interpreted as a <a>media query</a> ,
231
- and a <dfn noexport for="@import"><<supports-condition>></dfn> corresponds to a <code> supports_condition</code> production
232
- and is interpreted as an ''@supports'' condition.
233
- If a <dfn noexport for="@import"><<declaration>></dfn> (a <code> declaration</code> production) is given in place of a <<supports-condition>> ,
234
- it must be interpreted as a <code> supports_declaration_condition</code> production
229
+ The [=import conditions=] are given by
230
+ <<media-query-list>> , which is parsed and interpreted as a <a>media query list</a> ,
231
+ and <<supports-condition>> , is parsed and interpreted as a [[supports query]] .
232
+ If a <<declaration>> is given in place of a <<supports-condition>> ,
233
+ it must be interpreted as a <<supports-decl>>
235
234
(i.e. the extra set of parentheses is implied)
236
235
and treated as a <<supports-condition>> .
237
236
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ spec:mediaqueries-4; type:type; text:<media-query>
36
36
37
37
<pre class=ignored-specs>
38
38
spec:mediaqueries-5
39
- spec:css-values-4
39
+ spec:css-values-5
40
40
spec:css-fonts-4
41
41
</pre>
42
42
@@ -229,12 +229,11 @@ Conditional ''@import'' Rules</h3>
229
229
</pre>
230
230
</div>
231
231
232
- A <dfn noexport for="@import"><<media-query>></dfn> corresponds to the <code> media_query_list</code> production
233
- and is interpreted as a <a>media query</a> ,
234
- and a <dfn noexport for="@import"><<supports-condition>></dfn> corresponds to a <code> supports_condition</code> production
235
- and is interpreted as an ''@supports'' condition.
236
- If a <dfn noexport for="@import"><<declaration>></dfn> (a <code> declaration</code> production) is given in place of a <<supports-condition>> ,
237
- it must be interpreted as a <code> supports_declaration_condition</code> production
232
+ The [=import conditions=] are given by
233
+ <<media-query-list>> , which is parsed and interpreted as a <a>media query list</a> ,
234
+ and <<supports-condition>> , is parsed and interpreted as a [[supports query]] .
235
+ If a <<declaration>> is given in place of a <<supports-condition>> ,
236
+ it must be interpreted as a <<supports-decl>>
238
237
(i.e. the extra set of parentheses is implied)
239
238
and treated as a <<supports-condition>> .
240
239
You can’t perform that action at this time.
0 commit comments