Re: [csswg-drafts] [css-color-5] `light-dark()` should resolve at used value time, not computed value time (#13836)

@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