Re: [csswg-drafts] [css-cascade-5] Cascade Layers need CSSOM support (#6576)

FYI. Not ideal, but I needed _some_ OM support to make DevTools etc work in Firefox.

What I did for now is implementing it as:

```
interface CSSLayerRule : CSSGroupingRule {};
```

Where `cssRules` will return null for statement layers. Again, probably not ideal, it was just the easiest to implement.

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


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

Received on Wednesday, 8 September 2021 23:13:42 UTC