Skip to content

Commit 2e56cd7

Browse files
committed
[web-animations-1] Drop step to clear pending tasks when setting a null effect
This closes #2077.
1 parent 3c86896 commit 2e56cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web-animations-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,9 +809,6 @@ follows:
809809
<var>animation</var>, if any.
810810
1. If <var>new effect</var> is the same object as <var>old effect</var>,
811811
abort this procedure.
812-
1. If <var>new effect</var> is null and <var>old effect</var> is not null,
813-
run the procedure to <a>reset an animation's pending tasks</a> on
814-
<var>animation</var>.
815812
1. If <var>animation</var> has a <a>pending pause task</a>, reschedule that
816813
task to run as soon as <var>animation</var> is <a>ready</a>.
817814
1. If <var>animation</var> has a <a>pending play task</a>, reschedule that task
@@ -5924,6 +5921,9 @@ The following changes have been made since the <a
59245921
* Dropped global clock definition and added the [=update animations
59255922
and send events=] procedure so that the updating of animations can be
59265923
integrated with HTML's [=update the rendering=] procedure.
5924+
* Removed step to reset pending tasks when a null effect it set on an
5925+
animation
5926+
(<a href="https://github.com/w3c/csswg-drafts/issues/2077">#2077</a>).
59275927
* Clarified that the [=pending play task=] and [=pending pause task=] must be
59285928
run asynchronously.
59295929
* Fixed a mistake in the calculation of the <a>hold time</a> when an pause

0 commit comments

Comments
 (0)