Skip to content

Commit cc7ba53

Browse files
committed
[css-color] RESOLVED: If you accurately describe the output device's color profile in an @color-profile rule then a sane implementation will not alter your colors so this is sufficient as a replacement for device-cmyk in general and provides a good RGB fallback automatically.
1 parent c3955f8 commit cc7ba53

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

css-color/Overview.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,6 +1948,12 @@ Device-dependent CMYK Colors: the ''device-cmyk()'' function</h2>
19481948
used when the user agent doesn't know how to accurately transform the CMYK color to RGB.
19491949
If omitted, it defaults to the CMYK color <a>naively converted to RGBA</a>.
19501950

1951+
<p class="issue">RESOLVED: If you accurately describe the output device's color
1952+
profile in an @color-profile rule then a sane
1953+
implementation will not alter your colors so this is
1954+
sufficient as a replacement for device-cmyk in general
1955+
and provides a good RGB fallback automatically.</p>
1956+
19511957
Typically, print-based applications will actually store the used colors as CMYK,
19521958
and send them to the printer in that form.
19531959
Unfortunately, CSS cannot do that;

0 commit comments

Comments
 (0)