Skip to content

Commit a2cd939

Browse files
committed
[css-view-transitions-2] Apply feedback from F2F
- Disable view-transitions for reload - Add wording in security about 3p CSS - Fire reveal event before rAF, inside update the rendering Closes w3c#8784 Closes w3c#8889 See w3c#8048
1 parent db9dbe8 commit a2cd939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-view-transitions-2/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ spec:css-view-transitions-1;
3636
spec:dom; type:dfn; text:document
3737
spec:css22; type:dfn; text:element
3838
spec:html
39+
text: current session history entry; type: dfn;
3940
text: latest entry; type: dfn;
4041
text: was created via cross-origin redirects; type: dfn;
4142
text: run the animation frame callbacks; type: dfn;
@@ -291,7 +292,7 @@ The <dfn attribute for=PageRevealEvent>viewTransition</dfn> [=getter steps=] are
291292
Prepend a step at the beginning of the task [=queue a global task|queued=] on |navigable|'s [=active window=]
292293
when <a href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#apply-the-history-step">applying the history step</a> (14.11.1, <a href="https://html.spec.whatwg.org/multipage/browsing-the-web.html#updating-the-traversable:queue-a-global-task-3">here</a>):
293294

294-
If |changingNavigationContinuation| update-only is false, then [=setup outbound cross-document view transition=] given |oldDocument|, |newDocument| and the remaining steps and return from these steps.
295+
If |changingNavigationContinuation| update-only is false and |targetEntry| is not |navigable|'s [=current session history entry=], then [=setup outbound cross-document view transition=] given |oldDocument|, |newDocument| and the remaining steps and return from these steps.
295296

296297
Note: This would wait until a transition is captured or skipped before proceeding to unloading the old document and activating the new one.
297298
</div>

0 commit comments

Comments
 (0)