Skip to content

Commit 542673e

Browse files
committed
[css-color-4][editorial] Stop linter whining
1 parent dfb8a21 commit 542673e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

css-color-4/Overview.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4572,11 +4572,8 @@ Interpolating with Alpha</h3>
45724572

45734573
* If the alpha value is ''none'', the premultiplied value is the un-premultiplied value. Otherwise,
45744574
* If any component value is ''none'', the premultiplied value is also ''none''.
4575-
* For [=rectangular orthogonal color=] coordinate systems,
4576-
all component values are multiplied by the alpha value.
4577-
* For [=cylindrical polar color=] coordinate systems,
4578-
the hue angle is <em>not</em> premultiplied,
4579-
but the other two axes are premultiplied.
4575+
* For [=rectangular orthogonal color=] coordinate systems, all component values are multiplied by the alpha value.
4576+
* For [=cylindrical polar color=] coordinate systems, the hue angle is <em>not</em> premultiplied, but the other two axes are premultiplied.
45804577

45814578
To obtain a color value from a premultipled color value,
45824579

@@ -6425,7 +6422,7 @@ Changes</h2>
64256422
<a href="https://www.w3.org/TR/2022/WD-css-color-4-20220628/">Working Draft of 28 June 2022</a>
64266423
</h3>
64276424
<ul>
6428-
<li>Updated status for Candidate Recommendation</li>
6425+
<li>Updated status for Candidate Recommendation</li>
64296426
</ul>
64306427

64316428
<h3 id="changes-from-20220428">Changes since the

0 commit comments

Comments
 (0)