Skip to content

Commit

Permalink
[css-view-transitions-2] When hiding the document, and inbound cross-…
Browse files Browse the repository at this point in the history
…document view transition should be skipped. (#10815)
  • Loading branch information
noamr authored Sep 10, 2024
1 parent 15d02e3 commit ae201f5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css-view-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,17 @@ It has the following [=struct/items=]:
:: a [=tuple=] of two numbers (width and height).
</dl>

## Additions to the view transition page-visibility change steps ## {#page-visibility-change-steps-additions}
<div algorithm="visibility change step additions">
The next steps are appended to the tasks [=view transition page-visibility change steps=] given |document|, after the current steps in the queued task:

1. Set |document|'s [=inbound view transition params=] to null.

Note: this is called from the HTML spec.
</div>



### Captured elements extension ### {#capture-classes-data-structure}
The [=captured element=] struct should contain these fields, in addition to the existing ones:
<dl>
Expand Down

0 comments on commit ae201f5

Please sign in to comment.