Re: [w3c/manifest] Web Manifest Overrides (Issue #1045)

Thanks for putting this all together Marcos!

> The point being: some members (e.g., theme_color) are interpreted at runtime by the browser engine, while others might need to be handled specifically by the OS.

The main problem that I’m trying to solve with a dark theme_color is that currently when you open an app, you’ll see a flash of the manifest theme_color before the browser loads and the html theme_color takes over. If we have a media query for the theme_color we would still need to wait for the browser in order to evaluate the media query.

So your point that media queries don't work for icons also applies here. Therefore I think we should use the `"scheme": "dark"` syntax for the color objects instead of a media query so that it can be handled by the OS.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1045#issuecomment-1191093202

You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1045/1191093202@github.com>

Received on Thursday, 21 July 2022 06:30:24 UTC