Skip to content

Commit 60b5b16

Browse files
committed
[css-conditional-3][editorial] more tidying
1 parent a1a1ad8 commit 60b5b16

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

css-conditional-3/Overview.bs

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Title: CSS Conditional Rules Module Level 3
33
Group: csswg
44
Shortname: css-conditional
55
Level: 3
6-
Status: ED
7-
Prepare for TR: no
8-
Date: 2022-01-13
6+
Status: CRD
7+
Prepare for TR: yes
8+
Date: 2024-08-15
99
Work Status: Testing
1010
Implementation Report: https://test.csswg.org/harness/results/css-conditional-3_dev/grouped/
1111
Implementation Report: https://wpt.fyi/results/css/css-conditional?label=master&label=experimental&aligned
@@ -17,7 +17,6 @@ Previous Version: https://www.w3.org/TR/2022/CR-css-conditional-3-20220113/
1717
Previous Version: https://www.w3.org/TR/2021/CRD-css-conditional-3-20211223/
1818
Previous Version: https://www.w3.org/TR/2020/CR-css-conditional-3-20201208/
1919
Previous Version: https://www.w3.org/TR/2013/CR-css3-conditional-20130404/
20-
Test Suite: http://test.csswg.org/suites/css-conditional-3_dev/nightly-unstable/
2120
Editor: L. David Baron, Mozilla https://www.mozilla.org/, https://dbaron.org/, w3cid 15393
2221
Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contact, w3cid 35400
2322
Editor: Chris Lilley, W3C, https://svgees.us/, w3cid 1438
@@ -40,6 +39,7 @@ spec:css-namespaces-3; type:dfn; text:namespace prefix
4039
spec:css-namespaces-3; type:dfn; text:CSS qualified name
4140
spec:css-values-4; type:type; text:<general-enclosed>
4241
spec:css-backgrounds-3; type:property; text:box-shadow
42+
spec:css-syntax-3; type:type; text:<declaration>
4343
</pre>
4444

4545
<h2 id="introduction">Introduction</h2>
@@ -990,9 +990,8 @@ The following (non-editorial) changes were made to this specification since the
990990
<!-- to 12 Aug 2024 -->
991991
<li>Clarified that supports() must return false for invalid custom property values</li>
992992
<li>Fixed Web IDL, "bool" should have been "boolean"</li>
993-
<li>Clarified that a processor must support both the property and the value <a href="https://github.com/w3c/csswg-drafts/issues/8795">#8795</a> </li>
994993
<!-- to 24 June 2024 -->
995-
<li>Clarified that a processor must support both the property and the value <a href="https://github.com/w3c/csswg-drafts/issues/8795">Issue 8795</a></li>
994+
<li>Clarified that a processor must support both the property and the value (<a href="https://github.com/w3c/csswg-drafts/issues/8795">Issue 8795</a>)</li>
996995
<li>Added .matches to @media and @supports (<a href="https://github.com/w3c/csswg-drafts/issues/4240">Issue 4240</a>)</li>
997996
<li>Updated to the new parsing algo names and block production names.</li>
998997
<li>Removed procedure to set readonly CSSMediaRule.conditionText (<a href="https://github.com/w3c/csswg-drafts/pull/8796">PR 8796</a>)</li>

0 commit comments

Comments
 (0)