New post: “CSS Scope Issues”.
https://blog.kizu.dev/css-scope-issues/
A week ago, a “CSS @scope” article by @mia was published at “12 Days of Web” (curated by @5t3ph).
This article did clarify a few things for me, but also made me think of one potential usage of the `:scope` pseudo-class: “storing” the scoping root’s selector as a reusable entity, covering the use case which is available in some #CSS preprocessors.
However, when exploring this use case, I stumbled upon a few issues: this post is about them.