- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Sep 2021 23:13:41 +0000
- To: public-css-archive@w3.org
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