@@ -3,16 +3,16 @@ Title: CSS Conditional Rules Module Level 3
33Group : csswg
44Shortname : css-conditional
55Level : 3
6- Status : CR
7- Prepare for TR : yes
6+ Status : ED
7+ Prepare for TR : no
88Date : 2022-01-13
9- Deadline : 2022-03-13
109Work Status : Testing
1110Implementation Report : https://test.csswg.org/harness/results/css-conditional-3_dev/grouped/
1211Implementation Report : https://wpt.fyi/results/css/css-conditional?label=master&label=experimental&aligned
1312WPT Path Prefix : css/css-conditional/
1413ED : https://drafts.csswg.org/css-conditional-3/
1514TR : https://www.w3.org/TR/css-conditional-3/
15+ Previous Version : https://www.w3.org/TR/2022/CR-css-conditional-3-20220113/
1616Previous Version : https://www.w3.org/TR/2021/CRD-css-conditional-3-20211223/
1717Previous Version : https://www.w3.org/TR/2020/CR-css-conditional-3-20201208/
1818Previous Version : https://www.w3.org/TR/2013/CR-css3-conditional-20130404/
@@ -985,10 +985,21 @@ This information can also, in aggregate, be used to improve the accuracy of
985985<h2 id="changes">
986986Changes</h2>
987987
988+
989+ The following (non-editorial) changes were made to this specification since the
990+ <a href="https://www.w3.org/TR/2022/CR-css-conditional-3-20220113/">13 January 2022 Candidate Recommendation Snapshot</a> :
991+
992+ <ul id="changes-20220113">
993+ <!-- to 11 Jan 2022 -->
994+ </ul>
995+
988996The following (non-editorial) changes were made to this specification since the
989997<a href="https://www.w3.org/TR/2020/CR-css-conditional-3-20201208/">8 December 2020 Candidate Recommendation Snapshot</a> :
990998
991999<ul id="changes-20201208">
1000+ <li> Clarified that discarding property declarations only applies to style rules, not at-rules</li>
1001+ <li> Clarified that !important is not part of the property grammar</li>
1002+ <li> Split Security and Privacy into separate sections</li>
9921003 <!-- to 6 Oct 2021 -->
9931004 <li> Defined the terms [=CSS feature queries=] and [=supports queries=]
9941005 to refer to the conditional syntax of the ''@supports'' rules,
0 commit comments