Re: [csswg-drafts] [css-nesting-1] Example 4 : selectors starting with an identifier (#7980)

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