2
2
Title : CSS Cascading and Inheritance Level 5
3
3
Shortname : css-cascade
4
4
Level : 5
5
- Status : ED
5
+ Status : CR
6
+ Date : 2022-01-13
7
+ Deadline : 2022-03-13
8
+ Prepare for TR : yes
6
9
Work Status : Refining
7
10
Group : csswg
8
11
ED : https://drafts.csswg.org/css-cascade-5/
@@ -12,6 +15,7 @@ Previous Version: https://www.w3.org/TR/2021/WD-css-cascade-5-20210829/
12
15
Previous Version : https://www.w3.org/TR/2021/WD-css-cascade-5-20210608/
13
16
Previous Version : https://www.w3.org/TR/2021/WD-css-cascade-5-20210319/
14
17
Previous Version : https://www.w3.org/TR/2021/WD-css-cascade-5-20210119/
18
+ Implementation Report : https://wpt.fyi/results/css/css-cascade
15
19
Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
16
20
Editor : Miriam E. Suzanne, Invited Expert, http://miriamsuzanne.com/contact, w3cid 117151
17
21
Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
@@ -32,12 +36,14 @@ spec:css-values-3; type: value; text:ex
32
36
spec:css-conditional-3; type:at-rule; text:@media
33
37
spec:mediaqueries-4; type:type; for:@media; text:all
34
38
spec:mediaqueries-4; type:type; text:<media-query>
39
+ spec:css-2021; type:dfn; text:vendor-prefixed
40
+ spec:css-fonts-4; type:property; text:font-style
41
+ spec:css-fonts-4; type:property; text:font-family
35
42
</pre>
36
43
37
44
<pre class=ignored-specs>
38
45
spec:mediaqueries-5
39
46
spec:css-values-5
40
- spec:css-fonts-4
41
47
</pre>
42
48
43
49
<h2 id="intro">
@@ -1889,7 +1895,7 @@ Extensions to the <code>CSSImportRule</code> interface</h3>
1889
1895
1890
1896
Its <dfn attribute for=CSSImportRule>layerName</dfn> attribute represents
1891
1897
the [=layer name=] declared in the at-rule itself,
1892
- and is an empty string if the layer is anonymous,
1898
+ and is an empty string if the layer is anonymous,
1893
1899
or null if the at-rule does not declare a layer.
1894
1900
1895
1901
<h3 id="the-csslayerblockrule-interface">
@@ -1960,6 +1966,12 @@ Changes since the 15 Oct 2021 Working Draft</h3>
1960
1966
1961
1967
Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20211015/">15 October 2021 Working Draft</a> :
1962
1968
1969
+ <!-- to 4 Dec 2021 -->
1970
+ * Updated grammar style for @import media queries and supports conditions
1971
+ * Allowed functional notation parse-time aliases (<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a> )
1972
+ * Made CSSImportRule.layerName nullable (<a href="https://github.com/w3c/csswg-drafts/issues/6576">Issue 6576</a> )
1973
+ * Clarified that revert-layer in style attr does not revert author layers (<a href="https://github.com/w3c/csswg-drafts/issues/6743">Issue 6743</a> )
1974
+ * Clarified revert-layer on style attr and keyframes (<a href="https://github.com/w3c/csswg-drafts/issues/6743">Issue 6743</a> )
1963
1975
* Added [[#value-aliasing]] section.
1964
1976
(<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a> )
1965
1977
* Added [[#layer-apis]] section.
0 commit comments