@@ -45,7 +45,9 @@ Introduction</h2>
45
45
46
46
<em> This section is not normative.</em>
47
47
48
- This module describes CSS properties which allow authors to specify the foreground color and opacity of the text content of an element.
48
+ This module describes CSS properties which
49
+ allow authors to specify
50
+ the foreground color and opacity of the text content of an element.
49
51
This module also describes in detail the CSS <<color>> value type.
50
52
51
53
@@ -55,6 +57,18 @@ Introduction</h2>
55
57
and <a href="https://www.w3.org/TR/css-color-3/">CSS Color 3</a> ,
56
58
but also defines new properties and values.
57
59
60
+ In particular, it allows specifying colors
61
+ in other 'colorspaces' than sRGB;
62
+ previously, the more saturated colors ouside the sRGB gamut
63
+ could not be used in CSS
64
+ even if the display device supported them.
65
+ In addition to the family of
66
+ <abbr title="red-green-blue"> RGB</abbr> colorspaces,
67
+ 'colorspaces' with other primaries
68
+ such as <abbr title="cyan-magenta-yellow-black"> CMYK</abbr> or
69
+ <abbr title="cyan-magenta-yellow-green-orange-violet-black"> CMYGOVK</abbr>
70
+ are supported.
71
+
58
72
59
73
<h2 id="the-color-property">
60
74
Foreground Color: the 'color' property</h2>
0 commit comments