We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29814a commit 0a5df27Copy full SHA for 0a5df27
css-color-4/Overview.bs
@@ -262,10 +262,12 @@ Representing Colors: the <<color>> type</h2>
262
<<system-color>>
263
</pre>
264
265
- The <dfn export>color-functions</dfn> are <rgb()>, <rgba()>,
266
- <hsl()>, <hsla()>, <hwb()>,
267
- <lab()>, <lch()>,
268
- <color()>, and <device-cmyk()>.
+ The <dfn export>color-functions</dfn> are <<rgb()>>, <<rgba()>>,
+ <<hsl()>>, <<hsla()>>, <<hwb()>>,
+ <<lab()>>, <<lch()>>, and
+ <<color()>>.
269
+
270
+ <!-- <<device-cmyk()>> does not actually specify a color; it can't be converted to Lab -->
271
272
For easy reference in other specifications,
273
<dfn export>opaque black</dfn> is defined as the color <nobr>''rgb(0 0 0 / 100%)''</nobr>;
0 commit comments