Skip to content

[css-contain-2] Elements stay relevant to the user during a view transition #8847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions css-contain-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1681,6 +1681,9 @@ Suppressing An Element's Contents Entirely: the 'content-visibility' property {#
content-visibility/content-visibility-with-top-layer-005.html
content-visibility/content-visibility-with-top-layer-006.html
</wpt>

* The element has a [=flat tree=] descendant that is [=involved in a view transition=].

</div>


Expand Down
2 changes: 1 addition & 1 deletion css-view-transitions-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;

## Named and transitioning elements ## {#named-and-transitioning}

[=/Elements=] have an <dfn>involved in a view transition</dfn> boolean, initially false.
[=/Elements=] have an <dfn export>involved in a view transition</dfn> boolean, initially false.

[=/Elements=] that either have a 'view-transition-name' [=computed value=] that is not ''view-transition-name/none'',
or are [=involved in a view transition=], form:
Expand Down