File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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> )
You can’t perform that action at this time.
0 commit comments