Re: [csswg-drafts] [cssom-1] Expose nested selectorText on CSSStyleRule (#10246)

You are right, it makes it slightly smaller.

But still quickly explodes in cases like this one : 

```css
a,
b {
 &+&,
 &>& {
  &+&,
  &>& {
    color: green;
  }
 }
}
```

-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10246#issuecomment-2074821396 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 24 April 2024 12:22:18 UTC