@@ -3,16 +3,16 @@ Title: CSS Conditional Rules Module Level 3
3
3
Group : csswg
4
4
Shortname : css-conditional
5
5
Level : 3
6
- Status : CR
7
- Prepare for TR : yes
6
+ Status : ED
7
+ Prepare for TR : no
8
8
Date : 2022-01-13
9
- Deadline : 2022-03-13
10
9
Work Status : Testing
11
10
Implementation Report : https://test.csswg.org/harness/results/css-conditional-3_dev/grouped/
12
11
Implementation Report : https://wpt.fyi/results/css/css-conditional?label=master&label=experimental&aligned
13
12
WPT Path Prefix : css/css-conditional/
14
13
ED : https://drafts.csswg.org/css-conditional-3/
15
14
TR : https://www.w3.org/TR/css-conditional-3/
15
+ Previous Version : https://www.w3.org/TR/2022/CR-css-conditional-3-20220113/
16
16
Previous Version : https://www.w3.org/TR/2021/CRD-css-conditional-3-20211223/
17
17
Previous Version : https://www.w3.org/TR/2020/CR-css-conditional-3-20201208/
18
18
Previous 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
985
985
<h2 id="changes">
986
986
Changes</h2>
987
987
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
+
988
996
The following (non-editorial) changes were made to this specification since the
989
997
<a href="https://www.w3.org/TR/2020/CR-css-conditional-3-20201208/">8 December 2020 Candidate Recommendation Snapshot</a> :
990
998
991
999
<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>
992
1003
<!-- to 6 Oct 2021 -->
993
1004
<li> Defined the terms [=CSS feature queries=] and [=supports queries=]
994
1005
to refer to the conditional syntax of the ''@supports'' rules,
0 commit comments