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
The [=method steps=] for <dfn method for=Document>startViewTransition(|callbackOptions|)</dfn> are as follows:
@@ -348,7 +348,7 @@ The <dfn attribute for=RevealEvent>viewTransition</dfn> [=getter steps=] are to
348
348
349
349
1. Let |viewTransition| be the result of running [=method steps=] for {{Document/startViewTransition(updateCallback)}} given |callbackOptions|'s {{StartViewTransitionOptions/update}}.
350
350
351
-
1. Set |transition|'s [=ViewTransition/active types=] to |callbackOptions|'s {{StartViewTransitionOptions/types}}.
351
+
1. Set |viewTransition|'s [=ViewTransition/active types=] to |callbackOptions|'s {{StartViewTransitionOptions/types}}.
352
352
353
353
1. Return |viewTransition|.
354
354
</div>
@@ -359,7 +359,7 @@ The <code>CSSRule</code> interface is extended as follows:
359
359
360
360
<pre class='idl'>
361
361
partial interface CSSRule {
362
-
const unsigned short VIEW_TRANSITION_RULE = 15;
362
+
const unsigned short VIEW_TRANSITION_RULE = 15;
363
363
};
364
364
</pre>
365
365
@@ -496,7 +496,7 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
496
496
497
497
1. Set |oldDocument|'s [=active view transition=] to |outboundTransition|.
498
498
499
-
Note: The process continues in [=setup view transition=], via [=perform pending transition operations=], which is called in [[css-view-transitions-1#monkey-patch-to-rendering-algorithm]].
499
+
Note: The process continues in [=setup view transition=], via [=perform pending transition operations=].
0 commit comments