- From: Chris Lilley via GitHub <sysbot+gh@w3.org>
- Date: Thu, 23 Apr 2020 07:19:37 +0000
- To: public-css-archive@w3.org
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