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

If we go with "light" and "dark", I don't think that necessarily means we couldn't do the other options later, the only complication would be to spec how "light" and "dark" apply in those new configurations.

e.g. if we decide to do "color-scheme-dark" "contrast-more" approach, we can just say that "dark" is overridden if "color-scheme-dark" is also specified, same with media query (which I guess can be detected by `(` and `)`, but IDK much about css parsing).

I'm a big fan of keeping things simple and complicating later only if necessary.

-- 
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-857338754

Received on Wednesday, 9 June 2021 03:14:32 UTC