diff --git a/source b/source index 68971fdbade..9f61e58aa16 100644 --- a/source +++ b/source @@ -102972,8 +102972,21 @@ location.href = '#foo'; data-x="dom-PageRevealEvent-viewTransition">viewTransition set to transition.
-If transition is not null, then activate transition.
If transition is not null, then:
+ +Prepare to run script given document.
Activate transition.
Clean up after running script given document.
Activating a view transition might resolve/reject promises, so by wrapping the + activation with prepare/cleanup we ensure those promises are handled before the next rendering + step.
+Though pagereveal
is guaranteed to be fired