Re: [csswg-drafts] [css-shadow-parts-1] Does @keyframes rule match in ::parts()? (#1516)

I just encountered this issue while experimenting with Shadow Parts (https://jsfiddle.net/6dqm5oLr/1/). Now that I've read your discussions, it makes sense why it does not work, since the `@keyframes` declaration is not in the same scope (Shadow root). This is not a huge issue for my potential use case though, since it should be possible to use `<slot>` instead for the use cases where `animation` is really needed.

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

Received on Wednesday, 13 May 2020 14:26:17 UTC