[csswg-drafts] [web-animations-1] Export dfns to expose the effect target of an animation (#8001)

jakearchibald has just created a new issue for https://github.com/w3c/csswg-drafts:

== [web-animations-1] Export dfns to expose the effect target of an animation ==
In the [view transitions spec](https://drafts.csswg.org/css-view-transitions-1/) we want to write prose about the element being animated by a specific animation.

It feels like the right prose would be something like:

> 1. Let effect be animation's associated effect.
> 2. If effect is a keyframe effect, and effect's effect target's target element is…

If that's correct, I propose:

- Export [keyframe effect](https://drafts.csswg.org/web-animations-1/#keyframe-effect).
- Create a proper association between "effect target" and "keyframe effect". A lot of prose right now talks about an effect's effect target, but there's no defined association between the two. This association will be exported.
- Export [effect target](https://drafts.csswg.org/web-animations-1/#effect-target), and its [target element](https://drafts.csswg.org/web-animations-1/#target-element) and [target pseudo-selector](https://drafts.csswg.org/web-animations-1/#target-pseudo-selector).

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8001 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 3 November 2022 14:36:22 UTC