Skip to content

Commit 00da2c7

Browse files
committed
[css-color-4] Explicitly link to CSS color 4 interpolation, for color-mix
1 parent bdd17b8 commit 00da2c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-color-5/Overview.bs

+3-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ Mixing Colors: the ''color-mix()'' Function {#color-mix}
239239

240240
After normalizing both percentages, the result is produced via the following algorithm:
241241

242-
1. Both colors are converted to the specified <<color-space>>.
242+
1. As described in [[css-color-4#interpolation]],
243+
both colors are converted to the specified interpolation <<color-space>>,
244+
taking into account any [=analogous components=].
243245
2. Colors are then interpolated in the specified color space,
244246
as described in [[css-color-4#interpolation]].
245247
If the specified color space is a ''cylindrical-polar-color'' space,

0 commit comments

Comments
 (0)