Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 4 additions & 0 deletions css-contain-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1681,6 +1681,10 @@ 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=],
and the element was [=relevant to the user=] when the transition started.

</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