You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessibility and Conveying Information By Color</h3>
@@ -4740,18 +4740,30 @@ Changes</h2>
4740
4740
</h3>
4741
4741
4742
4742
<ul>
4743
-
<!-- moved from Color 5 -->
4743
+
<!-- to 29 jan 2021 -->
4744
+
<li>Clarified the rec2020 transfer function, citing the correct ITU Rec BT.2020-2 reference</li>
4745
+
<li>Correct fallback examples to use the correct syntax</li>
4746
+
<li>Don't force non-legacy colors to interpolate in a gamma-encoded space</li>
4747
+
4748
+
<!-- Changes for Interpolation section, moved from Color 5 -->
4744
4749
<li>Define premultiplied alpha interpolation</li>
4745
4750
<li>Start to address interpolation to and from currentColor</li>
4746
4751
<li>Define hue interpolation with NaN</li>
4747
4752
<li>Generalize color interpolation</li>
4748
4753
<li>Define interpolation to be in Lab, with override to LCG</li>
4749
4754
<li>Corrections to hue interpolation</li>
4750
-
<li>defined hue angle interpolation</li>
4751
-
<li>added interpolation section</li>
4755
+
<li>Defined hue angle interpolation</li>
4756
+
<li>Added interpolation section</li>
4752
4757
4753
-
<!-- to 18 Jan 2021 -->
4758
+
<!-- to 25 Jan 2021-->
4759
+
<li>Corrected syntax in some examples</li>
4760
+
<li>Clarify exactly which components are allowed percentages, in ''color()''</li>
4761
+
<li>Change to serialize ''lch()'' as itself rather than as ''lab()''</li>
4762
+
<li>Minimum 10 bits per component precision for non-legacy sRGB in ''color()''</li>
4763
+
<li>Colorspace no longer optional in ''color()''</li>
4764
+
<li>Consistent minimum precision between lab() and color(lab)</li>
4754
4765
4766
+
<!-- to 18 Jan 2021 -->
4755
4767
<li>Clarified fallback procedure for the color() function – first valid in-gamut color, else first valid color which is then gamut maped, else transparent black</li>
4756
4768
<li>Clarified difference betwen opacity property and colors with opacity, notably for rendering overlapping text glyphs</li>
4757
4769
<li>Added sample (but verified correct) code for ΔE2000</li>
0 commit comments