Re: [csswg-drafts] [web-animations-1] Dependency on CSSPseudoElement (#4301)

> Note that it is not (afaik) currently possible in any browser to obtain a JS handle to an animation on a pseudo-element, so we shouldn't be regressing on anything there.

Not any _release version_ of a browser. Firefox implements it in Nightly. (If you use `getAnimations({ subtree: true })` you'll get animations targeting `CSSPseudoElement` objects.)

I think beyond the implications for event targets, having to resolve all the lifetime issues relating to `CSSPseudoElement` objects is another motivation for wanting to avoid this dependency.

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

Received on Tuesday, 15 October 2019 12:10:59 UTC