Re: [csswg-drafts] [mediaqueries-5] Clarification on prefers-color-scheme issues (#3278)

So concrete questions:

 * What should the feature evaluate in the boolean context (that is, what should `@media (supports-color-scheme)` evaluate to?
    * Chromium implements: `(prefers-color-scheme)` == `not (prefers-color-scheme: no-preference)`.
    * Safari and @MatsPalmgren's patch to Firefox always evaluate `(prefers-color-scheme)`.
 * Should UAs implicitly change this for printing and such? I tend to think they don't, but I don't have a massively strong preference.

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

Received on Sunday, 10 February 2019 03:31:50 UTC