- From: Rune Lillesveen via GitHub <sysbot+gh@w3.org>
- Date: Tue, 08 Jan 2019 09:54:13 +0000
- To: public-css-archive@w3.org
Having the keywords being mutually exclusive makes sense to me as well. IIRC, in Mojave you cannot have no-preference. If that's the case, authors will probably not end up having three different designs, but have either the light or the dark being the default, like: ``` @media (prefers-color-scheme: dark), (prefers-color-scheme: no-preference) {} @media (prefers-color-scheme: light) {} ``` I have not checked with ChromeOS/Android if they will have a no-preference, but privacy/finger-printing was brought up as an issue on blink-dev (like mentioned above for Firefox as well). -- GitHub Notification of comment by lilles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3278#issuecomment-452239237 using your GitHub account
Received on Tuesday, 8 January 2019 09:54:15 UTC