File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -889,6 +889,8 @@ The procedure to <dfn>reset an animation's pending tasks</dfn> for
8898891. [=Apply any pending playback rate=] on |animation|.
8908901. <a lt="reject a Promise">Reject</a> <var> animation</var> 's <a>current ready
891891 promise</a> with a DOMException named "AbortError".
892+ 1. Set the \[[PromiseIsHandled]] internal slot of |animation|'s
893+ <a>current ready promise</a> to true.
8928941. Let <var> animation</var> 's <a>current ready promise</a> be the result of
893895 <a lt="create a new resolved Promise">creating a new resolved Promise
894896 object</a> with value <var> animation</var> in the <a>relevant Realm</a> of
@@ -1725,6 +1727,8 @@ as follows:
17251727 <var> animation</var> .
17261728 1. <a lt="reject a Promise">Reject</a> the <a>current finished promise</a>
17271729 with a DOMException named "AbortError".
1730+ 1. Set the \[[PromiseIsHandled]] internal slot of
1731+ the <a>current finished promise</a> to true.
17281732 1. Let <a>current finished promise</a> be
17291733 <a>a new promise</a> in the <a>relevant Realm</a> of
17301734 <var> animation</var> .
You can’t perform that action at this time.
0 commit comments