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

> BTW, what about this? Don't beat me. :) This request is very similar to #892.
> 
> ```
> <link
>   rel="manifest"
>   href="./manifest.light.json"
>   media="(prefers-color-scheme: no-preference), (prefers-color-scheme: light)"
> />
> 
> <link
>   rel="manifest"
>   href="./manifest.dark.json"
>   media="(prefers-color-scheme: dark)"
> />
> ```

See https://github.com/whatwg/html/pull/6444 and then https://github.com/whatwg/html/pull/6502, which reverted https://github.com/whatwg/html/pull/6444.


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

Message ID: <w3c/manifest/issues/975/1109521876@github.com>

Received on Tuesday, 26 April 2022 08:44:48 UTC