You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-view-transitions-1] Fix timing of resolving the "update callback done" promise (w3c#10302)
The "update callback done" promise should always be resolved right after the update callback is called, even in failure cases. This is what certain WPTs expect, for instance: css/css-view-transitions/duplicate-tag-rejects-start.html
If failure is returned, then [=skip the view transition=] for |transition| with an "{{InvalidStateError}}" {{DOMException}} in |transition|'s [=relevant Realm=],
1281
1281
and return.
1282
1282
1283
-
1. [=Resolve=] |transition|'s [=ViewTransition/update callback done promise=] with undefined.
1284
-
1285
1283
1. [=list/For each=] |capturedElement| of |transition|'s [=ViewTransition/named elements=]'[=map/values=]:
1286
1284
1287
1285
1. If |capturedElement|'s [=captured element/new element=] is not null,
0 commit comments