Skip to content

Commit 307182d

Browse files
committed
[css-color-4][editorial] better autolinking
1 parent 828ac92 commit 307182d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-color-4/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4568,13 +4568,14 @@ Color Interpolation</h2>
45684568
takes place by executing the following steps:
45694569

45704570
<ol>
4571-
<li>checking the two colors for [=analogous components=] which will be carried forward</li>
4571+
<li>checking the two colors for [=analogous components=]
4572+
which will be <dfn export>carried forward</dfn></li>
45724573
<li>converting them to a given color space
45734574
which will be referred to as the <dfn export>interpolation color space</dfn> below.
45744575
If one or both colors are already in the interpolation colorspace,
45754576
this conversion changes any [=powerless=] components to [=missing=] values
45764577
</li>
4577-
<li>(if required) re-inserting carried-forward values in the converted colors</li>
4578+
<li>(if required) re-inserting [=carried-forward=] values in the converted colors</li>
45784579
<li>(if required) fixing up the hues, depending on the selected <<hue-interpolation-method>></li>
45794580
<li>changing the color components to premultiplied form</li>
45804581
<li>linearly interpolating each component of the computed value of the color separately</li>

0 commit comments

Comments
 (0)