Skip to content

Commit 11cd7b3

Browse files
committed
[css-cascade-6] Fix errors after including '@import' section
- Ambiguous 'display' property. - Adjustments to oldids. - Proper link form for 'supports query'.
1 parent 7ef7a02 commit 11cd7b3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css-cascade-6/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ spec:selectors-4; type:dfn; text:selector
3535
spec:selectors-4; type:dfn; text:combinator
3636
spec:html; type:element; text:style
3737
spec:css-scoping-1; type:dfn; text:shadow host
38+
spec:css-display-4; type:property; text:display
3839
</pre>
3940

4041
<pre class=ignored-specs>
@@ -43,7 +44,7 @@ spec:css-values-4
4344
spec:css-fonts-4
4445
</pre>
4546

46-
<h2 id="intro" oldids='filtering,fragments,stages-examples,actual,used,computed,cascaded,declared,specified,value-stages,all-shorthand,aliasing,shorthand,content-type,import-processing,conditional-import,at-import,defaulting,initial-values,inheriting,defaulting-keywords,initial,inherit,inherit-initial,default'>
47+
<h2 id="intro" oldids='filtering,fragments,stages-examples,actual,used,computed,cascaded,declared,specified,value-stages,all-shorthand,aliasing,shorthand,defaulting,initial-values,inheriting,defaulting-keywords,initial,inherit,inherit-initial,default,layer-empty'>
4748
Introduction and Missing Sections</h2>
4849

4950
Issue: This is a diff spec over <a href="https://www.w3.org/TR/css-cascade-5/">CSS Cascading and Inheritance Level 5</a>.
@@ -192,7 +193,7 @@ Conditional ''@import'' Rules</h3>
192193

193194
The [=import conditions=] are given by
194195
<<media-query-list>>, which is parsed and interpreted as a <a>media query list</a>,
195-
and <<supports-condition>>, is parsed and interpreted as a [[supports query]].
196+
and <<supports-condition>>, is parsed and interpreted as a [=supports query=].
196197
If a <<declaration>> is given in place of a <<supports-condition>>,
197198
it must be interpreted as a <<supports-decl>>
198199
(i.e. the extra set of parentheses is implied)

0 commit comments

Comments
 (0)