- From: Emilio Cobos Álvarez via GitHub <noreply@w3.org>
- Date: Tue, 12 May 2026 15:43:09 +0000
- To: public-css-archive@w3.org
@JoshTumath if we switch the inheritance / resolution behavior this is also a footgun, just a different one:
```html
<div style="color-scheme: light; color: light-dark(black, white); background-color: light-dark(white, black);">
<div style="color-scheme: dark">
Now this is white-on-white and unreadable
</div>
</div>
```
--
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13836#issuecomment-4432260964 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 12 May 2026 15:43:09 UTC