Re: [csswg-drafts] [css-scoping] Scoping of functions, other name-defining at-rules and custom idents (#11798)

I don't understand the issue. We look at `animation-name:var(--custom)` _after_ substitution, and see `animation-name:my-ident`. Then we look for keyframes named `my-ident`, starting with the innermost lexical scope holding the `animation-name` declaration, and traverse upwards until we find a match.


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


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

Received on Thursday, 13 November 2025 08:23:47 UTC