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
Copy file name to clipboardExpand all lines: css-view-transitions-2/Overview.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,8 @@ With same-document view transitions, the author starts a view transition using J
131
131
In cross-document view transition, what triggers a view transition is a navigation between two documents, as long as the following conditions are met:
132
132
133
133
* Both documents are of the [=same origin=];
134
-
* The page is visible throughout the entire course of the navigatiion;
135
-
* the navigation is initiated by the page, e.g. by clicking a link or submitting a form, or is a {{NavigationType/traverse}} navigation (back/forward). This excludes, for example, navigations initiated by the URL bar;
134
+
* The page is visible throughout the entire course of the navigation;
135
+
* The user initiates the navigation by interacting with the page, e.g. by clicking a link or submitting a form; or by interacting with the browser UI to do a {{NavigationType/traverse}} navigation (back/forward). This excludes, for example, navigations initiated by the URL bar;
136
136
* the navigation didn't include cross-origin redirects; and
137
137
* both documents opted in to cross-document view transitions, using the ''@view-transition'' rule.
138
138
@@ -232,7 +232,7 @@ Similar to a same-document view transition, the author can now select different
232
232
1. This {{ViewTransition}}'s <code>{{ViewTransition/updateCallbackDone}}</code> promise is already resolved,
233
233
and its [=captured elements=] are populated from the old {{Document}}.
234
234
235
-
1. This is another opportunity for the author customize the transition, e.g. by mutating its {{ViewTransition/types}}, or {{ViewTransition/skipTransition()|skip}} it altogether.
235
+
1. This is another opportunity for the author to customize the transition, e.g. by mutating its {{ViewTransition/types}}, or {{ViewTransition/skipTransition()|skip}} it altogether.
236
236
237
237
1. The state of the new document is [=capture the new state|captured=] as the "new" state of the transition.
0 commit comments