Re: [w3c/manifest] Add `color_scheme_dark` member and themeable members (colors only) (PR #1207)

@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