- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 06 Apr 2026 16:48:00 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 April 2026 23:48:05 UTC
@marcoscaceres commented on this pull request.
> + {
+ "background_color": "#fff",
+ "theme_color": "red",
+ "color_scheme_dark": {
+ "background_color": "#000",
+ "theme_color": "hotpink"
+ }
+ }
+ </pre>
+ </aside>
+ <p>
+ The user agent SHOULD use the user's system theme preference (e.g.,
+ dark mode) to apply the values from [=manifest/color_scheme_dark=]
+ when appropriate.
+ </p>
+ <aside class="note">
This conformance requirement should be closer to the definition. It needs to also describe why it's a SHOULD (because use preference might override it, for example.)
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1207#pullrequestreview-4065068116
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/manifest/pull/1207/review/4065068116@github.com>
Received on Monday, 6 April 2026 23:48:05 UTC