@@ -3,10 +3,7 @@ Title: CSS Conditional Rules Module Level 3
3
3
Group : csswg
4
4
Shortname : css-conditional
5
5
Level : 3
6
- Status : CR
7
- Date : 2021-12-23
8
- Deadline : 2022-02-23
9
- Prepare for TR : yes
6
+ Status : ED
10
7
Work Status : Testing
11
8
Implementation Report : https://test.csswg.org/harness/results/css-conditional-3_dev/grouped/
12
9
WPT Path Prefix : css/css-conditional/
@@ -472,7 +469,7 @@ as follows:
472
469
<wpt title="Declaration value can be empty.">
473
470
css-supports-022.xht
474
471
</wpt>
475
- <wpt title="Declaration cannot include invalid !tokens."
472
+ <wpt title="Declaration cannot include invalid !tokens.">
476
473
css-supports-043.xht
477
474
css-supports-044.xht
478
475
css-supports-045.xht
@@ -487,6 +484,7 @@ as follows:
487
484
so that new syntax additions do not invalidate too much of a <<supports-condition>> in older user agents.</span>
488
485
<wpt title="Unrecognized but grammatically-valid condition is false, not invalid.">
489
486
at-supports-015.html
487
+ at-supports-046.html
490
488
css-supports-023.xht
491
489
css-supports-031.xht
492
490
css-supports-032.xht
@@ -498,6 +496,9 @@ as follows:
498
496
css-supports-042.xht
499
497
css-supports-046.xht
500
498
</wpt>
499
+ <wpt title="Brackets/parenthesis must be balanced">
500
+ css-supports-035.xht
501
+ </wpt>
501
502
502
503
The condition of the ''@supports'' rule
503
504
is the result of the <<supports-condition>> in its prelude.
@@ -1069,10 +1070,9 @@ Boris Zbarsky,
1069
1070
and all the rest of the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community.
1070
1071
1071
1072
<wpt hidden> <!-- Higher-level Features -->
1072
- at-supports-040.html
1073
- at-supports-041.html
1074
- at-supports-042.html
1075
1073
at-supports-selector-001.html
1076
1074
at-supports-selector-002.html
1075
+ at-supports-selector-003.html
1076
+ at-supports-selector-004.html
1077
1077
js/CSS-supports-L4.html
1078
1078
</wpt>
0 commit comments