Re: [csswg-drafts] [css-animations-2] Alternate animation composite order when owning element of A and B differs (#4669)

> @birtles - The reference in `document.getAnimations()[2]` seems fairly flakey to begin with... wouldn't the reference break if/when animation 1 completes?

Yes, I agree, but even in my limited experience of working on Web compat issues, I'd say this sort of code will occur with ~100% likelihood. I write `document.getAnimations()[0]` pretty often and that too would be susceptible to differences in creation order in many cases.

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

Received on Tuesday, 14 January 2020 14:29:01 UTC