Skip to content

Commit ae201f5

Browse files
authored
[css-view-transitions-2] When hiding the document, and inbound cross-document view transition should be skipped. (w3c#10815)
1 parent 15d02e3 commit ae201f5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css-view-transitions-2/Overview.bs

+11
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,17 @@ It has the following [=struct/items=]:
877877
:: a [=tuple=] of two numbers (width and height).
878878
</dl>
879879

880+
## Additions to the view transition page-visibility change steps ## {#page-visibility-change-steps-additions}
881+
<div algorithm="visibility change step additions">
882+
The next steps are appended to the tasks [=view transition page-visibility change steps=] given |document|, after the current steps in the queued task:
883+
884+
1. Set |document|'s [=inbound view transition params=] to null.
885+
886+
Note: this is called from the HTML spec.
887+
</div>
888+
889+
890+
880891
### Captured elements extension ### {#capture-classes-data-structure}
881892
The [=captured element=] struct should contain these fields, in addition to the existing ones:
882893
<dl>

0 commit comments

Comments
 (0)