Skip to content

Commit 1b3a4bf

Browse files
committed
[css-color-4] When interpolating, always convert colorspace, so that powerless components become missing #8609
1 parent 461e559 commit 1b3a4bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-color-4/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,8 +4480,11 @@ Color Interpolation</h2>
44804480

44814481
<ol>
44824482
<li>checking the two colors for [=analogous components=] which will be carried forward</li>
4483-
<li>(if required) converting them to a given color space
4484-
which will be referred to as the <dfn export>interpolation color space</dfn> below</li>
4483+
<li>converting them to a given color space
4484+
which will be referred to as the <dfn export>interpolation color space</dfn> below.
4485+
If one or both colors are already in the interpolation colorspace,
4486+
this conversion changes any [=powerless=] components to [=missing=] values
4487+
</li>
44854488
<li>(if required) re-inserting carried-forward values in the converted colors</li>
44864489
<li>(if required) fixing up the hues, depending on the selected <<hue-interpolation-method>></li>
44874490
<li>changing the color components to premultiplied form</li>

0 commit comments

Comments
 (0)