@@ -4595,9 +4595,9 @@ Color Interpolation</h2>
45954595 </li>
45964596 <li> (if required) re-inserting [=carried forward=] values in the converted colors</li>
45974597 <li> (if required) fixing up the hues, depending on the selected <<hue-interpolation-method>> </li>
4598- <li> changing the color components to premultiplied form</li>
4598+ <li> changing the color components to [= premultiplied=] form</li>
45994599 <li> linearly interpolating each component of the computed value of the color separately</li>
4600- <li> undoing premultiplication</li>
4600+ <li> undoing [=premultiplied| premultiplication=] </li>
46014601 </ol>
46024602
46034603
@@ -4894,7 +4894,7 @@ Interpolating with Missing Components</h3>
48944894 </div>
48954895
48964896 If the carried forward [=missing component=]
4897- is alpha, the color must be premultiplied with this carried forward value,
4897+ is alpha, the color must be [= premultiplied=] with this carried forward value,
48984898 not with the zero value that would have resulted from color conversion.
48994899
49004900 <div class="example" id="ex-oklch-missing-alpha">
@@ -4926,15 +4926,15 @@ Interpolating with Missing Components</h3>
49264926Interpolating with Alpha</h3>
49274927
49284928 When the colors to be interpolated are not fully opaque,
4929- they are transformed into <dfn export>premultiplied color values </dfn>
4929+ they are first <dfn export>premultiplied</dfn>
49304930 as follows:
49314931
49324932 * If the alpha value is ''none'' , the premultiplied value is the un-premultiplied value. Otherwise,
49334933 * If any component value is ''none'' , the premultiplied value is also ''none'' .
49344934 * For [=rectangular orthogonal color=] coordinate systems, all component values are multiplied by the alpha value.
4935- * For [=cylindrical polar color=] coordinate systems, the hue angle is <em> not</em> premultiplied, but the other two axes are premultiplied.
4935+ * For [=cylindrical polar color=] coordinate systems, the hue angle is <em> not</em> premultiplied, but the other two axes <em> are</em> premultiplied.
49364936
4937- To obtain a color value from a premultipled color value,
4937+ To obtain a color value from a premultiplied color value,
49384938
49394939 * If the interpolated alpha value is zero or ''none'' ,
49404940 the un-premultiplied value is the premultiplied value. Otherwise,
0 commit comments