- From: Thomas Steiner <notifications@github.com>
- Date: Tue, 26 Apr 2022 01:44:36 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 April 2022 08:44:48 UTC
> 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