Re: [csswg-drafts] [css-conditional][selectors] A way to set styles according to the used color scheme (#12681)

Yeah, so if, for example, the author set:

```css
:root {
  color-scheme: light dark;
}
```

Then `@container style(color-scheme: dark)` wouldn't get the user's colour scheme.

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


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

Received on Saturday, 30 August 2025 17:23:38 UTC