-
What color would you expect to see on a paragraph that is matched by both these CSS rules?
css @scope (aside) { p { color: green; } } aside#sidebar p { color: red; }
(This is speculative, there is no right answer)
-
If anyone is interested in more context around how I imagine this working, I’m also happy for more in-depth feedback: github.com/oddbird/css-sandbox/blob/main/src/scope/explainer.md