- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Sun, 21 Apr 2019 19:54:40 +0000
- To: public-css-archive@w3.org
Even if the UA *knows about* `sepia`, there's no guarantee that it *supports* that value, and @supports wouldn't help you there. Luckily, `color-scheme` doesn't really care; it's all about giving the UA *permission* to use a particular color scheme. Unless you use `only`, you don't have any control over the scheme in the first place. (And even then, there's still no guarantee that your desired scheme is supported by the UA, regardless of whether it's recognized.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3848#issuecomment-485278137 using your GitHub account
Received on Sunday, 21 April 2019 19:54:41 UTC