I believe this depends on CSSPseudoElement from this feature:
https://chromestatus.com/feature/5194399398756352
In the CSSPseudoElement, you noted that this is currently only for `::after` `::before` and `::marker`. Does this intent (pseudoTarget) also have similar limitations? In other words, if I have an animation on `::view-transition-group(*)`, for example, and I observe an AnimationEvent, will `pseudoTarget` be null?
Also a similar comment about developer need as the other intent: is it possible to put together a brief explainer (it could be one explainer for both intents) that captures the value of this feature?
Thanks!