@@ -3,7 +3,10 @@ Title: CSS Conditional Rules Module Level 3
33Group : csswg
44Shortname : css-conditional
55Level : 3
6- Status : ED
6+ Status : CR
7+ Date : 2021-12-23
8+ Deadline : 2022-02-23
9+ Prepare for TR : yes
710Work Status : Testing
811Implementation Report : https://test.csswg.org/harness/results/css-conditional-3_dev/grouped/
912WPT Path Prefix : css/css-conditional/
@@ -785,12 +788,12 @@ js/conditional-CSSGroupingRule.html
785788 <li> Otherwise, do nothing.
786789 </ol>
787790
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.">
789792 js/CSSConditionRule.html
790793 </wpt>
791794 <wpt title="Setting .conditionText to an invalid value does nothing.">
792795 js/CSSConditionRule.html
793- </wpt>
796+ </wpt> -->
794797</dl>
795798
796799
@@ -806,10 +809,10 @@ interface CSSMediaRule : CSSConditionRule {
806809};
807810</pre>
808811
809- <wpt title="CSSMediaRule inherits from CSSConditionRule.">
812+ <!-- < wpt title="CSSMediaRule inherits from CSSConditionRule.">
810813js/CSSConditionRule.html
811814</wpt>
812- <wpt title="CSSMediaRule represents an @media rule."></wpt>
815+ <wpt title="CSSMediaRule represents an @media rule."></wpt> -->
813816
814817
815818<dl class='idl-attributes'>
@@ -840,10 +843,10 @@ interface CSSSupportsRule : CSSConditionRule {
840843};
841844</pre>
842845
843- <wpt title="CSSSupportsRule inherits from CSSConditionRule.">
846+ <!-- < wpt title="CSSSupportsRule inherits from CSSConditionRule.">
844847js/CSSConditionRule.html
845848</wpt>
846- <wpt title="CSSSupportsRule represents an @supports rule."></wpt>
849+ <wpt title="CSSSupportsRule represents an @supports rule."></wpt> -->
847850
848851<dl class='idl-attributes'>
849852 <dt><code> conditionText</code> of type <code> CSSOMString</code> (CSSSupportsRule-specific definition for attribute on CSSConditionRule)
0 commit comments