22Title : CSS Cascading and Inheritance Level 5
33Shortname : css-cascade
44Level : 5
5- Status : ED
5+ Status : CR
6+ Date : 2022-01-13
7+ Deadline : 2022-03-13
8+ Prepare for TR : yes
69Work Status : Refining
710Group : csswg
811ED : https://drafts.csswg.org/css-cascade-5/
@@ -12,6 +15,7 @@ Previous Version: https://www.w3.org/TR/2021/WD-css-cascade-5-20210829/
1215Previous Version : https://www.w3.org/TR/2021/WD-css-cascade-5-20210608/
1316Previous Version : https://www.w3.org/TR/2021/WD-css-cascade-5-20210319/
1417Previous Version : https://www.w3.org/TR/2021/WD-css-cascade-5-20210119/
18+ Implementation Report : https://wpt.fyi/results/css/css-cascade
1519Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1620Editor : Miriam E. Suzanne, Invited Expert, http://miriamsuzanne.com/contact, w3cid 117151
1721Editor : Tab Atkins Jr., Google, http://xanthir.com/contact/, w3cid 42199
@@ -32,12 +36,14 @@ spec:css-values-3; type: value; text:ex
3236spec:css-conditional-3; type:at-rule; text:@media
3337spec:mediaqueries-4; type:type; for:@media; text:all
3438spec: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
3542</pre>
3643
3744<pre class=ignored-specs>
3845spec:mediaqueries-5
3946spec:css-values-5
40- spec:css-fonts-4
4147</pre>
4248
4349<h2 id="intro">
@@ -1889,7 +1895,7 @@ Extensions to the <code>CSSImportRule</code> interface</h3>
18891895
18901896 Its <dfn attribute for=CSSImportRule>layerName</dfn> attribute represents
18911897 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,
18931899 or null if the at-rule does not declare a layer.
18941900
18951901<h3 id="the-csslayerblockrule-interface">
@@ -1960,6 +1966,12 @@ Changes since the 15 Oct 2021 Working Draft</h3>
19601966
19611967Non-trivial changes since the <a href="https://www.w3.org/TR/2021/WD-css-cascade-5-20211015/">15 October 2021 Working Draft</a> :
19621968
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> )
19631975 * Added [[#value-aliasing]] section.
19641976 (<a href="https://github.com/w3c/csswg-drafts/issues/6193">Issue 6193</a> )
19651977 * Added [[#layer-apis]] section.
0 commit comments