Skip to content

Commit c2a6476

Browse files
authored
[css-view-transitions-2] Add note about UA transitions (w3c#9528)
Closes w3c#8953
1 parent a71cd52 commit c2a6476

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-view-transitions-2/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,9 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
466466
To <dfn export>setup cross-document view-transition</dfn> given a {{Document}} |oldDocument|,
467467
a {{Document}} |newDocument|, a {{NavigationType}} |navigationType|, and |onReady|, which is an algorithm accepting nothing:
468468

469+
1. If the user agent decides to display an [=implementation-defined=] navigation experience, e.g. a gesture-based transition for a back navigation,
470+
the user agent may ignore the author-defined view transition. If that is the case, return.
471+
469472
1. If |navigationType| is {{NavigationType/reload}}, then return.
470473

471474
1. If |oldDocument|'s [=environment settings object/origin=] is not [=same origin=] as

0 commit comments

Comments
 (0)