-
Notifications
You must be signed in to change notification settings - Fork 718
Black about:blank page for dark themed OSes #10466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Since you mentioned it, should power efficiency be considered here? E.g. Browsers could only use a black background for about:blank if the system is in dark mode AND the display device that the page is being presented on is self-emissive. Displaying black takes more energy on LCD devices that don't support local dimming. |
Interesting point, Eli! How about we keep both change reasons, discuss the validity of the request and then decide holistically taking into account all arguments? |
Anyone? |
You linked to the general default CSS for pages, particularly the idea that the canvas background is white by default, but your issue title is specifically about If the latter, this is already covered by the Color Adjust spec - in dark mode, the canvas should be dark-colored as well. (The spec is intentionally vague about what precisely this means, but in practice it's that the canvas is painted with the |
Reason for change:
Relevant spec section
CC: @wojtas-marcin
The text was updated successfully, but these errors were encountered: