@@ -3,7 +3,10 @@ Title: CSS Conditional Rules Module Level 3
3
3
Group : csswg
4
4
Shortname : css-conditional
5
5
Level : 3
6
- Status : ED
6
+ Status : CR
7
+ Date : 2021-12-23
8
+ Deadline : 2022-02-23
9
+ Prepare for TR : yes
7
10
Work Status : Testing
8
11
Implementation Report : https://test.csswg.org/harness/results/css-conditional-3_dev/grouped/
9
12
WPT Path Prefix : css/css-conditional/
@@ -785,12 +788,12 @@ js/conditional-CSSGroupingRule.html
785
788
<li> Otherwise, do nothing.
786
789
</ol>
787
790
788
- <wpt title="Setting .conditionText to a valid value changes the effective condition.">
791
+ <!-- < wpt title="Setting .conditionText to a valid value changes the effective condition.">
789
792
js/CSSConditionRule.html
790
793
</wpt>
791
794
<wpt title="Setting .conditionText to an invalid value does nothing.">
792
795
js/CSSConditionRule.html
793
- </wpt>
796
+ </wpt> -->
794
797
</dl>
795
798
796
799
@@ -806,10 +809,10 @@ interface CSSMediaRule : CSSConditionRule {
806
809
};
807
810
</pre>
808
811
809
- <wpt title="CSSMediaRule inherits from CSSConditionRule.">
812
+ <!-- < wpt title="CSSMediaRule inherits from CSSConditionRule.">
810
813
js/CSSConditionRule.html
811
814
</wpt>
812
- <wpt title="CSSMediaRule represents an @media rule."></wpt>
815
+ <wpt title="CSSMediaRule represents an @media rule."></wpt> -->
813
816
814
817
815
818
<dl class='idl-attributes'>
@@ -840,10 +843,10 @@ interface CSSSupportsRule : CSSConditionRule {
840
843
};
841
844
</pre>
842
845
843
- <wpt title="CSSSupportsRule inherits from CSSConditionRule.">
846
+ <!-- < wpt title="CSSSupportsRule inherits from CSSConditionRule.">
844
847
js/CSSConditionRule.html
845
848
</wpt>
846
- <wpt title="CSSSupportsRule represents an @supports rule."></wpt>
849
+ <wpt title="CSSSupportsRule represents an @supports rule."></wpt> -->
847
850
848
851
<dl class='idl-attributes'>
849
852
<dt><code> conditionText</code> of type <code> CSSOMString</code> (CSSSupportsRule-specific definition for attribute on CSSConditionRule)
0 commit comments