Skip to content

Commit 6c04071

Browse files
authored
Fix play state tracking for animations (w3c#8294)
Animations targeting pseudo-elements are considered active, for the purpose of finishing the transition, if they are in running or paused state. See resolution here for details: w3c#7785 (comment). "paused" was incorrectly changed to idle in the following commit: w3c@5151ae8. This change fixes that.
1 parent 5905243 commit 6c04071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
969969

970970
Issue: The prose around "effect target" is incorrect, but [#8001](https://github.com/w3c/csswg-drafts/issues/8001) needs to land before it can be fixed.
971971

972-
- |animation|'s [=animation/play state=] is [=play state/idle=] or [=play state/running=].
972+
- |animation|'s [=animation/play state=] is [=play state/paused=] or [=play state/running=].
973973

974974
- |document|'s [=pending animation event queue=] has any events associated with |animation|.
975975

0 commit comments

Comments
 (0)