- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 10 Oct 2024 15:22:04 +0000
- To: public-css-archive@w3.org
> The use-case I want more than anything else is: > > ```css > color-scheme: light-dark(dark, light); > ``` 🤔 I think this would be cyclic and should be invalid. Same for: ```css color-scheme: if(color-scheme(dark): dark, else: light); ``` -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10577#issuecomment-2405423578 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 10 October 2024 15:22:05 UTC