Re: [w3c/manifest] Add support for defining a theme color for both light & dark modes (prefers color scheme) (#975)

Now that we're bikeshedding - regarding the meta attribute (https://bugs.chromium.org/p/chromium/issues/detail?id=1200528&):
```
 <!-- In dark mode, the theme color is black, otherwise it's white. -->
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000000">
```
"override" could also be a great name if it would override this as well (if there were entries in both). But it might also be confusing if that isn't what the ending behavior is. 

Is it worth it to bikeshed the question of "how would this feature interact with meta media attribute"?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-859919021

Received on Friday, 11 June 2021 21:27:29 UTC