I’m having fun building this `CSSRule` debugger to show you what goes on behind the scenes of a CSS engine.
https://codepen.io/bramus/full/JjgXWNJ
Especially handy with `CSSNestedDeclarations` coming to the CSSOM in Chrome 130, Firefox 132, and (possibly) Safari 18.1.
@bramus Is there somewhere I can follow along with that? is CSSNestedDeclarations solely for that declaration-after-other-nesting situation?
That specificity attribute, is that a you-think or is that also coming natively?