You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-color-4/Overview.bs
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
<pre class=metadata>
2
2
Title: CSS Color Module Level 4
3
-
Status: ED
4
-
Prepare for TR: no
3
+
Status: CRD
4
+
Prepare for TR: yes
5
+
Date: 2025-04-24
5
6
Work Status: Testing
6
7
ED: https://drafts.csswg.org/css-color-4/
7
8
TR: https://www.w3.org/TR/css-color-4/
@@ -7253,6 +7254,13 @@ Changes</h2>
7253
7254
<h3 id="changes-from-20240213">Changes since the <a href="https://www.w3.org/TR/2024/CRD-css-color-4-20240213/">Candidate Recommendation Draft of 13 Feb 2024</a></h3>
7254
7255
7255
7256
<ul>
7257
+
<!-- to 21 Apr 2025 -->
7258
+
<li>Clarified that inside the color property, it is the resolved inherited value (not the raw inherited value) that is used</li>
7259
+
<li>Listed categories of colors, such as those that resolve to sRGB or support legacy color syntax</li>
7260
+
<li>Added hue normalization examples</li>
7261
+
<li>Corrected table of analogous components, alpha was missing, but described as analogous in prose</li>
7262
+
<li>Collected together and clarified serialization of opacity values into one section</li>
7263
+
<li>Clarified wording around color-interpolation-method and host syntax</li>
7256
7264
<!-- to 1 Apr 2025 -->
7257
7265
<li>Defined epsilon for returning missing hue</li>
7258
7266
<li>Used a more precise definition of achromatic colors with missing hues (sufficiently close to the central axis)</li>
0 commit comments