- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Nov 2022 15:55:49 +0000
- To: public-css-archive@w3.org
Do you mean this case :
```css
div {
color: red;
:is(input), textarea {
margin: 1em;
}
}
```
and then changing `:is(input), textarea` to `textarea` via CSSOM?
--
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7980#issuecomment-1303798885 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 November 2022 15:55:51 UTC