Re: [csswg-drafts] [css-color-4] Predefined CMYK colorspace (#3449)

So, [`device-cmyk`](https://drafts.csswg.org/css-color/#device-cmyk) now provides this functionality. If there is an `@color-profile` defined for device-cmyk, it will be used. Also, the [default stylesheet](https://drafts.csswg.org/css-color/#sample) now has

```
/* a reasonable, conservative default for device-cmyk */
@color-profile device-cmyk {
  src: url('https://drafts.csswg.org/css-color-4/ICCprofiles/Coated_Fogra39L_VIGC_300.icc');
}
```

so the use case for _"I want a CMYK, give me something reasonable, I don't want to bother profiling a printer"_ use case seems to be dealt with. The _"I want CMYK to mean this particular thing"_ is also dealt with (by user stylesheets). 

So I think this issue can now be closed as solved.

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3449#issuecomment-618226794 using your GitHub account

Received on Thursday, 23 April 2020 07:19:38 UTC