Skip to content

Commit e7199e2

Browse files
committed
Relates to #2022
1 parent b2133ca commit e7199e2

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

css-color-4/Overview.bs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,20 +2296,16 @@ Device-dependent CMYK Colors: the ''device-cmyk()'' function</h2>
22962296
<h3 id='cmyk-rgb'>
22972297
Converting Between Uncalibrated CMYK and RGB-Based Colors</h3>
22982298

2299-
Issue: This section now needs to clearly distinguish between calibrated (icc-based) color on the one hand,
2300-
and uncalibrated device-cmyk on the other.
2301-
This particularly affects conversion to and from RGB.
2302-
23032299
While most colors defined in this specification are directly compatible with RGBA,
23042300
and thus can be mechanically and consistently converted back and forth with it,
2305-
CMYK colors are not directly compatible;
2306-
a given CMYK color
2301+
device-CMYK colors are not directly compatible;
2302+
a given device-CMYK color
23072303
will map to various RGBA colors
23082304
depending on the physical characteristics of the output device.
23092305

2310-
Ideally, the user agent will be aware of the output device's color profiles for RGBA and CMYK.
2306+
Ideally, the user agent will be aware of the output device's color profiles for RGBA and device-CMYK.
23112307
If this is true,
2312-
then the user agent must convert between CMYK and RGBA colors (and vice versa)
2308+
then the user agent must convert between device-CMYK and RGBA colors (and vice versa)
23132309
by first converting the color into an appropriate device-independent color space,
23142310
such as CIELab,
23152311
and then converting into the output color space,

0 commit comments

Comments
 (0)