Skip to content

Commit 0a5df27

Browse files
committed
[css-color-4] be less entertaining w3c#4743
1 parent f29814a commit 0a5df27

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

css-color-4/Overview.bs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,12 @@ Representing Colors: the <<color>> type</h2>
262262
<<system-color>>
263263
</pre>
264264

265-
The <dfn export>color-functions</dfn> are <rgb()>, <rgba()>,
266-
<hsl()>, <hsla()>, <hwb()>,
267-
<lab()>, <lch()>,
268-
<color()>, and <device-cmyk()>.
265+
The <dfn export>color-functions</dfn> are <<rgb()>>, <<rgba()>>,
266+
<<hsl()>>, <<hsla()>>, <<hwb()>>,
267+
<<lab()>>, <<lch()>>, and
268+
<<color()>>.
269+
270+
<!-- <<device-cmyk()>> does not actually specify a color; it can't be converted to Lab -->
269271

270272
For easy reference in other specifications,
271273
<dfn export>opaque black</dfn> is defined as the color <nobr>''rgb(0 0 0 / 100%)''</nobr>;

0 commit comments

Comments
 (0)