Skip to content

Commit c45f40a

Browse files
committed
[css-color-5][editorial] Update changes
1 parent 28f72c1 commit c45f40a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

css-color-5/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,6 +3910,14 @@ This specification adds a way to ensure adequate contrast for text whose backgro
39103910
</h3>
39113911

39123912
<ul>
3913+
<li>Removed special casing of 100% from the color-mix() algorithm,
3914+
thus avoiding a discontinuity near fully-transparent colors
3915+
(<a href="https://github.com/w3c/csswg-drafts/issues/14014">Issue 14014</a>)
3916+
</li>
3917+
<li>
3918+
Guarded against division by zero in the color-mix() algorithm
3919+
(<a href="https://github.com/w3c/csswg-drafts/issues/14013">Issue 14013</a>)
3920+
</li>
39133921
<li>Added a backlink from Color Interpolation in this specification,
39143922
to the same section in CSS Color 4 where most of this is defined
39153923
(<a href="https://github.com/w3c/csswg-drafts/issues/13788">Issue 13788</a>)

0 commit comments

Comments
 (0)