- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Feb 2020 02:18:29 +0000
- To: public-css-archive@w3.org
> > // (Following is the aborted paused behavior) > > "Pause-pending (from running)" -> "Running" [ label="play()" color="red" ] > > My understanding is that the transition goes to Play Pending State (ST = resolved HT = null Task = "play"). See https://drafts.csswg.org/web-animations/#playing-an-animation-section, bullet 5. Isn't this the case? Thanks @ogerchikov! Yes, you're totally right. I misread that step. The state diagram needs to split the "Play-pending" case into "Play-pending (from idle)" and "Play-pending (aborted pause)" or something like that to cover the two different cases (ST = null, HT = resolved vs ST = resolve, HT = null). -- GitHub Notification of comment by birtles Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2066#issuecomment-584452466 using your GitHub account
Received on Tuesday, 11 February 2020 02:18:31 UTC