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

Trying to speak for developers, I think consistency is key here. I don’t think it’s a good experience for developers having to remember that for `ImageResource` it’s a `"media"` property they need to set and for `"media_override"` the media query is the actual key. So I’d rather go for using a `"media"` property throughout. Sorry for the back-and-forth here. 

Another point that I realize now: If folks create their manifests programmatically, it’s also more convenient to be able to `foo.media` rather than having to use `foo['(prefers-foo: bar)']`. 

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

Received on Tuesday, 1 June 2021 19:04:34 UTC