terribleMia’s avatarterribleMia’s Twitter Archive—№ 9,561

  1. 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)
    1. …in reply to @TerribleMia
      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