@@ -4770,7 +4770,6 @@ Color Space for Interpolation
4770
4770
gradient/gradient-eval-008.html
4771
4771
gradient/gradient-eval-009.html
4772
4772
gradient/gradient-none-interpolation.html
4773
- gradient/legacy-color-gradient.html
4774
4773
gradient/oklab-gradient.html
4775
4774
gradient/srgb-gradient.html
4776
4775
gradient/srgb-linear-gradient.html
@@ -4784,43 +4783,42 @@ Color Space for Interpolation
4784
4783
interpolation should take place in,
4785
4784
it defaults to Oklab.
4786
4785
4787
-
4795
-
4803
+ for at least one of their colors,
4804
+ or by explicitly specifying an [=interpolation color space=] .
4808
4805
4809
-
4806
+
4807
+ /css/css-images/gradient/css-color-4-colors-default-to-oklab-gradient.html
4808
+
4811
4809
4812
- Authors that prefer interpolation in sRGB
4810
+
4817
4815
4818
4816
If the colors to be interpolated are outside the gamut
4819
4817
of the [=interpolation color space=] ,
4820
4818
then once converted to that space,
4821
4819
they will contain out of range values.
4822
4820
4823
- These are not clipped, but the values are interpolated as-is.
4821
+ These are not clipped; the values must be interpolated as-is.
4824
4822
4825
4823
4826
4824
Interpolating with Missing Components
@@ -4893,6 +4891,10 @@ Interpolating with Missing Components
4893
4891
The Whiteness and Blackness components of HWB
4894
4892
have no analogs in other color spaces.
4895
4893
4894
+
4895
+ gradient/gradient-none-interpolation.html
4896
+
4897
+
4896
4898
4897
4899
For example, if these two colors
4898
4900
are to be interpolated in OkLCh,
0 commit comments