Skip to content

Commit fb11f3a

Browse files
committed
[css-color-5][editorial] Update changes
1 parent 0a36e85 commit fb11f3a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css-color-5/Overview.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3625,7 +3625,15 @@ This specification adds a way to ensure adequate contrast for text whose backgro
36253625
</h3>
36263626

36273627
<ul>
3628-
<!-- to 26 March 2025 -->
3628+
<!-- to 3 June 2025 -->
3629+
<li>Clarified fetching external URLs for style resources</li>
3630+
<li>Clarified that sole item in color-mix() is returned in the specified color space</li>
3631+
<li>Made color mixing algorithm pass the normalization flag</li>
3632+
<li>Made color-mix() accept 1+ arguments, to match *-mix() in general</li>
3633+
<li>Ported definitions for colors that "resolve to sRGB" and "support legacy color syntax" from CSS Color 4</li>
3634+
<li>Added sample javascript code for naively converting from device-cmyk</li>
3635+
<li>Added worked example of color-mix() using device-cmyk fallback color</li>
3636+
<li>Explicitly clarified (rather than inferring) that there is no RCS for device-cmyk()</li>
36293637
<li>Defined that in color-mix(), if the percentages sum to zero, return transparent</li>
36303638
<li>Properly exported the term "required conversion"</li>
36313639
</ul>

0 commit comments

Comments
 (0)