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
Note: this event is fired when the document is [=ready to render=].
271
272
272
-
The <dfn attribute for=ReadyToRenderEvent>viewTransition</dfn>[=getter steps=] are to return the
273
+
The <dfn attribute for=RevealEvent>viewTransition</dfn>[=getter steps=] are to return the
273
274
[=inbound cross-document view-transition=] for [=this's=][=relevant global object's=][=associated document=].
274
275
275
276
## Extensions to the <code>CSSRule</code> interface</h3> ## {#extensions-to-cssrule-interface}
@@ -278,7 +279,7 @@ The <code>CSSRule</code> interface is extended as follows:
278
279
279
280
<pre class='idl'>
280
281
partial interface CSSRule {
281
-
const unsigned short NAVIGATION_BEHAVIOR_RULE = 15;
282
+
const unsigned short VIEW_TRANSITION_RULE = 15;
282
283
};
283
284
</pre>
284
285
@@ -346,8 +347,8 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
346
347
347
348
1. If |transition| is not null and |document| does not [=opt in to cross-document view transitions=], then [=skip the view transition|skip=] |transition| and set |transition| to null.
348
349
349
-
1. Fire a new event named <code>readytorender</code> on |document|'s [=relevant global object=],
350
-
using {{ReadyToRenderEvent}}.
350
+
1. Fire a new event named <code>reveal</code> on |document|'s [=relevant global object=],
351
+
using {{RevealEvent}}.
351
352
352
353
1. If |transition| is not null, then [=activate view transition|activate=] |transition|.
0 commit comments