Re: [w3ctag/design-reviews] Review Request for CSS Color Adjust Level 1 (#583)

I wanted to follow-up in this thread with a clarification since there was some confusion raised around what is included in the review for Forced Colors Mode, specifically around the various media queries.

The main two properties that we were planning on shipping initially are [`forced-color-adjust`](https://drafts.csswg.org/css-color-adjust-1/#propdef-forced-color-adjust) and the [`forced-colors`](https://drafts.csswg.org/mediaqueries-5/#descdef-media-forced-colors) media query.

The [`prefers-contrast`](https://drafts.csswg.org/mediaqueries-5/#prefers-contrast) media query currently does include a `forced` value that would match in Forced Colors Mode, but we weren't planning to ship with this media query initially given that there are [open discussions](https://github.com/w3c/csswg-drafts/issues/5433) around the syntax and whether the `forced` value should be included. Our plan was to ship this separately once the open issue has been resolved.

There was consensus, however, that we would be keeping the `forced-colors` media query as a part of the spec regardless of what happens with `prefers-contrast: forced`, which is why it's included in our initial feature scope.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/583#issuecomment-755777966

Received on Wednesday, 6 January 2021 23:31:29 UTC