Skip to content

Commit 2c2bf4b

Browse files
committed
[css-color-4][editorial] Update changes to 21 June
1 parent 92f905e commit 2c2bf4b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

css-color-4/Overview.bs

+16-1
Original file line numberDiff line numberDiff line change
@@ -7054,7 +7054,22 @@ Changes</h2>
70547054
<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>
70557055

70567056
<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 &lt;absolute-color-function>, use &lt;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 &lt;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>
70587073
</ul>
70597074

70607075
<h3 id="changes-from-20221101">Changes since the

0 commit comments

Comments
 (0)