@@ -992,13 +992,29 @@ Changes {#changes}
992992<h3 id="changes-20200303">Since the <a href="https://www.w3.org/TR/2020/WD-css-color-5-20200303/">FPWD of 10 June 2020</a></h3>
993993
994994<ul>
995- <!--
996- <li> Added `in` keyword before <<color-space>> tokens in functions</li>
997- <li> Removed adjusters from color-mix</li>
998- -->
999- <!-- to 28 Jan 2021 -->
1000- <!-- removed interpolation section changes, added to Color 4 -->
1001- <!-- to 5 Jan 2021 -->
995+
996+ <!-- to 20 Apr 2021 -->
997+ <li> Consistently used the term color space rather than colorspace,
998+ defined <<color-space>> token
999+ </li>
1000+ <li> Corrected color-contrast grammar</li>
1001+ <li> Added an optional target contrast ratio to color-contrast()</li>
1002+ <li> Corrected adjuster grammar</li>
1003+ <li> Noted that the corner case of percentages summing to zero needs to be handled</li>
1004+ <li> Clarified order of operations in color-mix()</li>
1005+ <li> Updated examples to match current grammar</li>
1006+ <li> Defined how percentages are normalized</li>
1007+ <li> Clarify meaning of 0% and 100% in color-mix()</li>
1008+ <li> Definition of adjusters moved from color-mix() to color-adjust()</li>
1009+ <li> Allow arguments to color-mix() to be in any order</li>
1010+ <li> Mandatory color space for color-mix()</li>
1011+ <li> Allowed the percentage in color-mix() to come before the color</li>
1012+ <li> Added explicit algorithm for color-mix()</li>
1013+ <li> Removed adjusters from color-mix() and simplified the grammar</li>
1014+ <li> Added the "in" keyword to specify the color space used for mixing</li>
1015+ <li> Required color-contrast() list to have at least two items</li>
1016+ <li> Improved explanation of the relative color syntax</li>
1017+ <!-- removed interpolation section changes, added to changes of Color 4 -->
10021018 <li> Link to CSS 4 definition of color serialization</li>
10031019 <li> Added separate section for color spaces</li>
10041020 <li> Updated color-adjust example</li>
0 commit comments