File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -809,9 +809,6 @@ follows:
809809 <var> animation</var> , if any.
8108101. 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> .
8158121. 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> .
8178141. 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
You can’t perform that action at this time.
0 commit comments