Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple animation scoping broken #1031

Closed
danielchabr opened this issue Oct 31, 2017 · 0 comments · Fixed by #1030
Closed

multiple animation scoping broken #1031

danielchabr opened this issue Oct 31, 2017 · 0 comments · Fixed by #1030

Comments

@danielchabr
Copy link

Version

13.3.0

Reproduction link

https://codesandbox.io/s/38qjmqom46

Steps to reproduce

Use animation style with multiple keyframes referenced while adding space after a comma:
h1 {
animation: color 5s infinite, opacity 5s;
}
If the space after comma is removed, everything works.

What is expected?

All animations keyframe references should be scoped

What is actually happening?

Only the first one will be scoped


I have created pull request with fix and added new assertions to tests to test this scenario #1030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant