- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Sat, 28 Oct 2023 20:30:56 +0000
- To: public-css-archive@w3.org
I guess it would basically behave like
```css
:is(button, .button) span {
color: blue;
}
@media (...) {
:is(button, .button) span i {
color: red;
}
}
:is(button, .button) span {
color: green;
}
```
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9492#issuecomment-1783915498 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 28 October 2023 20:30:57 UTC