Re: [csswg-drafts] Black about:blank page for dark themed OSes (#10466)

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 `about:blank`. Did you mean to scope your request to just that particular URL? Or were you intending to talk about pages in general?

If the latter, this is already covered by the [Color Adjust spec](https://drafts.csswg.org/css-color-adjust/#color-scheme-effect) - 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 `canvas` color, which is white in light mode and black in dark mode. The `color` property is more explicit that its initial value matches the `canvastext` color, which is the inverse.)

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10466#issuecomment-2189953025 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 25 June 2024 20:55:42 UTC