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

CSSOM is a separate problem (one that we will need to fix, but probably warrants its own issue). I'm more thinking

```css
div {
  .foo, textarea { … }
}
```

Now the developer figures out they don't need .foo anymore, and removes it everywhere… without realizing that the remaining rule is now wrong and kills the entire rule. Or that if you just switch the ordering, the rule suddenly becomes illegal.

-- 
GitHub Notification of comment by sesse
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7980#issuecomment-1304065080 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 19:29:32 UTC