@@ -453,8 +453,6 @@ Representing Colors: the <<color>> type</h2>
453
453
<pre class='prod'>
454
454
<color> = <<absolute-color-base>> | currentcolor | <<system-color>> | <<device-cmyk()>>
455
455
456
- <dfn><absolute-color></dfn> = <<absolute-color-base>> | <<absolute-device-cmyk>>
457
-
458
456
<dfn><absolute-color-base></dfn> = <<hex-color>> | <<named-color>> | transparent |
459
457
<<rgb()>> | <<rgba()>> | <<hsl()>> | <<hsla()>> | <<hwb()>> |
460
458
<<lab()>> | <<lch()>> |
@@ -4442,8 +4440,7 @@ Uncalibrated CMYK Colors: the ''device-cmyk()'' function</h2>
4442
4440
The ''device-cmyk()'' function allows authors to specify a color in this way:
4443
4441
4444
4442
<pre class='prod'>
4445
- <dfn>device-cmyk()</dfn> = device-cmyk( <<cmyk-component>> {4} [ / <<alpha-value>> ]? , <<color>> ? )
4446
- <dfn><absolute-device-cmyk></dfn> = device-cmyk( <<cmyk-component>> {4} [ / <<alpha-value>> ]? , <<absolute-color>> ? )
4443
+ <dfn>device-cmyk()</dfn> = device-cmyk( <<cmyk-component>> {4} [ / <<alpha-value>> ]? )
4447
4444
<dfn><cmyk-component></dfn> = <<number>> | <<percentage>>
4448
4445
</pre>
4449
4446
@@ -4458,10 +4455,6 @@ Uncalibrated CMYK Colors: the ''device-cmyk()'' function</h2>
4458
4455
It's interpreted identically to the fourth argument of the ''rgb()'' function.
4459
4456
If omitted, it defaults to ''100%'' .
4460
4457
4461
- The sixth argument specifies the fallback color,
4462
- used when the user agent doesn't know how to accurately transform the CMYK color to RGB.
4463
- If omitted, it defaults to the CMYK color <a>naively converted to RGBA</a> .
4464
-
4465
4458
Typically, print-based applications will actually store the used colors as CMYK,
4466
4459
and send them to the printer in that form.
4467
4460
However, such colors do not have a colorimetric interpretation,
@@ -4479,9 +4472,6 @@ Uncalibrated CMYK Colors: the ''device-cmyk()'' function</h2>
4479
4472
and the user agent can process ICC profiles,
4480
4473
the computed value of the ''device-cmyk()'' function
4481
4474
must be the Lab value of the CMYK color.</li>
4482
- <li> Otherwise, if a valid fallback color has been specified,
4483
- the computed value of the ''device-cmyk()'' function
4484
- must be that fallback color.</li>
4485
4475
<li> Otherwise,
4486
4476
the computed value of the ''device-cmyk()'' function must be
4487
4477
the sRGB value of the CMYK color,
@@ -4490,7 +4480,7 @@ Uncalibrated CMYK Colors: the ''device-cmyk()'' function</h2>
4490
4480
</ol>
4491
4481
4492
4482
<div class='example' id="ex-device-cmyk-naive">
4493
- For example, with no ''@color-profile'' and no fallback specified ,
4483
+ For example, with no ''@color-profile'' ,
4494
4484
the following colors are equivalent, using the naive conversion.
4495
4485
4496
4486
<pre class="lang-css">
0 commit comments