[csswg-drafts] Pull Request: [web-animations-1] Update the procedure for determining if the animation play state is idle.

kevers-google has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [web-animations-1] Update the procedure for determining if the animation play state is idle. ==
https://github.com/w3c/csswg-drafts/issues/5400

Explicitly setting the start time on an animation with a null timeline causes it to be flagged as being in the running state. The constraint that the start time be unresolved was added recently to accommodate scroll-timelines, which may have an unresolved current time even though the start time has been set. Relaxing the constraint to required that the start time be unresolved or the timeline be null restores the previous behavior for null timelines without breaking scroll timelines.


See https://github.com/w3c/csswg-drafts/pull/5409


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

Received on Friday, 7 August 2020 20:11:22 UTC