Skip to content

Commit d4c0ea5

Browse files
committed
[css-conditional-3][editorial] changes for CR Snapshot
1 parent 6c93956 commit d4c0ea5

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

css-conditional-3/Overview.bs

+10-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ Title: CSS Conditional Rules Module Level 3
33
Group: csswg
44
Shortname: css-conditional
55
Level: 3
6-
Status: ED
6+
Status: CR
7+
Date: 2021-12-23
8+
Deadline: 2022-02-23
9+
Prepare for TR: yes
710
Work Status: Testing
811
Implementation Report: https://test.csswg.org/harness/results/css-conditional-3_dev/grouped/
912
WPT 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.">
810813
js/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.">
844847
js/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

Comments
 (0)