@@ -5672,6 +5672,28 @@ parsing/color-valid.html
56725672<h2 id='changes' class='no-num'>
56735673Changes</h2>
56745674
5675+ <h3 id="changes-from-20211215">Changes since the
5676+ <a href="https://www.w3.org/TR/2021/WD-css-color-4-20211215/">Working Draft of 15 December 2021</a>
5677+ </h3>
5678+
5679+ <ul>
5680+ <!-- To 05 Feb 2022 -->
5681+ <li> Avoided an infinite loop in gamut reduction, with colors whiter than white or darker than black</li>
5682+ <li> Clarified serialization of the ''none'' value</li>
5683+ <li> Clarified the opt-in to interpolation in OKLab, for non-legacy colors</li>
5684+ <li> Defined how premultiplication works, with the ''none'' value</li>
5685+ <li> Clarified that missing values in rgb serialize as 0</li>
5686+ <li> Clarified the use of calc() with the ''none'' value</li>
5687+ <li> Typo, inconsistent casing on System Colors</li>
5688+ <li> Added example of SelectedItem with SelectedItemText</li>
5689+ <li> Explicitly noted the presence or absence of legacy colors</li>
5690+ <li> Added normative reference for CIE XYZ</li>
5691+ <li> Added normative reference for HWB and HSL</li>
5692+ <li> Clarified that ''hwb()'' is not a legacy syntax so does not support the older, comma-separated syntactic form</li>
5693+ <li> Clarified that only legacy colors will gamut map, the others are unbounded</li>
5694+ <li> Use distinct terms, spectrophotometer and spectroradiometer</li>
5695+ </ul>
5696+
56755697<h3 id="changes-from-20210601" class="no-num">Changes since the
56765698 <a href="https://www.w3.org/TR/2021/WD-css-color-4-20210601/">Working Draft of 1 June 2021</a>
56775699</h3>
@@ -5955,6 +5977,8 @@ Changes from Colors 3</h3>
59555977 <li> All uses of <<alpha-value>> now accept <<percentage>> as well as <<number>> .
59565978
59575979 <li> 4 and 8-digit hex colors have been added, to specify transparency.
5980+
5981+ <li> The ''none'' value has been added, to represent powerless components.
59585982 </ol>
59595983
59605984
0 commit comments