We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ac48a commit 238064bCopy full SHA for 238064b
1 file changed
css-color-4/Overview.bs
@@ -4375,7 +4375,7 @@ Color Interpolation</h2>
4375
4376
Interpolation between <<color>> values
4377
occurs by first
4378
- checking the two colors for analogous components
+ checking the two colors for =analogous components=]
4379
which will be carried forward;
4380
then (if required) converting them to a given color space
4381
which will be referred to as the <dfn export>interpolation color space</dfn> below,
@@ -4577,6 +4577,14 @@ Interpolating with Missing Components</h3>
4577
<td>Hue</td>
4578
<td>H</td>
4579
</tr>
4580
+ <tr>
4581
+ <td>Opponent a</td>
4582
+ <td>a</td>
4583
+ </tr>
4584
4585
+ <td>Opponent b</td>
4586
+ <td>b</td>
4587
4588
</table>
4589
4590
Note: for the purposes of this classification,
0 commit comments