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
+16-1
Original file line number
Diff line number
Diff line change
@@ -7054,7 +7054,22 @@ Changes</h2>
7054
7054
<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>
7055
7055
7056
7056
<ul>
7057
-
<li><i>none</i></li>
7057
+
<!-- to 21 June -->
7058
+
<li>Added another xyz-d65 and xyz-d50 example</li>
7059
+
<li>Clarify which component (Y) in XYZ corresponds to brightness</li>
7060
+
<li>Clarified that CSS gamut mapping applies on actual, not used, values</li>
7061
+
<li>Removed hue normalization from the hslToRgb sample code, as the input is already normalized at parse time</li>
7062
+
<li>Corrected the pseudo-code for step 4 of the gamut mapping algorithm</li>
7063
+
<li>Clarified that interpolation is the most common situation which combines two colors, but not the only one. </li>
7064
+
<li>Ensured adequate contrast for text in the deltaE table</li>
7065
+
<li>Removed remaining use of the term <absolute-color-function>, use <absolute-color> function instead for consistency</li>
7066
+
<li>Updated acknowledgements section</li>
7067
+
<li>Added gamut mesh diagram</li>
7068
+
<li>Described CSSOM serialization in terms of declared values rather than specified values</li>
7069
+
<li>Added exported definition of luminance</li>
7070
+
<li>Added production rule for <opacity-value> </li>
7071
+
<li>Clarified when results from hslToRgb will be in [0,1]</li>
7072
+
<li>Clarified that once linearized, RGB spaces are additive</li>
0 commit comments