Skip to content

Commit f88da81

Browse files
committed
[css-color-4] Split initial step of color interpolation into mandatory preparation and if-needed color space conversion, #10211
1 parent 45812cb commit f88da81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-color-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4797,10 +4797,11 @@ Color Interpolation</h2>
47974797
<ol>
47984798
<li>checking the two colors for [=analogous components=]
47994799
which will be <dfn export>carried forward</dfn></li>
4800-
<li>converting them to a given color space
4800+
<li>prepare both colors for conversion.
4801+
this changes any [=powerless=] components to [=missing=] values
4802+
</li>
4803+
<li>converting them both to a given color space
48014804
which will be referred to as the <dfn export>interpolation color space</dfn> below.
4802-
If one or both colors are already in the interpolation color space,
4803-
this conversion changes any [=powerless=] components to [=missing=] values
48044805
</li>
48054806
<li>(if required) re-inserting [=carried forward=] values in the converted colors</li>
48064807
<li>(if required) fixing up the hues, depending on the selected <<hue-interpolation-method>></li>

0 commit comments

Comments
 (0)