Skip to content

Commit 238064b

Browse files
committed
[css-color-4] a and b are analogous, w3c#8609
1 parent 92ac48a commit 238064b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css-color-4/Overview.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4375,7 +4375,7 @@ Color Interpolation</h2>
43754375

43764376
Interpolation between <<color>> values
43774377
occurs by first
4378-
checking the two colors for analogous components
4378+
checking the two colors for =analogous components=]
43794379
which will be carried forward;
43804380
then (if required) converting them to a given color space
43814381
which will be referred to as the <dfn export>interpolation color space</dfn> below,
@@ -4577,6 +4577,14 @@ Interpolating with Missing Components</h3>
45774577
<td>Hue</td>
45784578
<td>H</td>
45794579
</tr>
4580+
<tr>
4581+
<td>Opponent a</td>
4582+
<td>a</td>
4583+
</tr>
4584+
<tr>
4585+
<td>Opponent b</td>
4586+
<td>b</td>
4587+
</tr>
45804588
</table>
45814589

45824590
Note: for the purposes of this classification,

0 commit comments

Comments
 (0)