Skip to content

Commit 176a042

Browse files
committed
[css-images-4] Explicitly link to CSS Color 4 hue interpolation and handling of missing components, w3c#4928
1 parent 8d5215c commit 176a042

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-images-4/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1754,9 +1754,11 @@ Coloring the Gradient Line</h4>
17541754
the [=gradient line=] is the color of the first <a>color stop</a>,
17551755
and after the last <a>color stop</a>,
17561756
the [=gradient line=] is the color of the last <a>color stop</a>.
1757-
Between two <a>color stops</a>,
1757+
Between each pair of <a>color stops</a>,
17581758
the [=gradient line’s=] color is interpolated between the colors of the two <a>color stops</a>,
17591759
with the interpolation taking place in the specified color space,
1760+
with missing components handled as defined in [[css-color-4#interpolation-missing]],
1761+
hue interpolation as defined in [[css-color-4#hue-interpolation]], and
17601762
using premultiplied alpha, as defined in [[css-color-4#interpolation-alpha]].
17611763
If no <<color-interpolation-method>> is specified in the gradient function,
17621764
the color space used for gradient interpolation

0 commit comments

Comments
 (0)