Re: [csswg-drafts] [css-nesting] Lexical scoping for identifiers defined in nested blocks (#6809)

I am not convinced that the example given with `@keyframes` should be resolved by introducing a scoping mechanism.

Dev tooling can detect if multiple `@keyframes` have the same name and throw an error. (e.g. linting)
3rd party styles can use the shadow DOM.

Wanting to reuse the same name for a different thing is maybe not a good pattern?

-- 
GitHub Notification of comment by romainmenke
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6809#issuecomment-969157525 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 15 November 2021 17:46:59 UTC