Skip to content

Commit 0ea3ace

Browse files
authored
[css-contain-2] Elements stay relevant to the user during a view transition (#8847)
* Elements stay relevant to the user during a view transition Closes #8060 * Rephrase using 'involved in a view transitino' * Remove redundant line
1 parent 86046e4 commit 0ea3ace

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css-contain-2/Overview.bs

+3
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,9 @@ Suppressing An Element's Contents Entirely: the 'content-visibility' property {#
16811681
content-visibility/content-visibility-with-top-layer-005.html
16821682
content-visibility/content-visibility-with-top-layer-006.html
16831683
</wpt>
1684+
1685+
* The element has a [=flat tree=] descendant that is [=involved in a view transition=].
1686+
16841687
</div>
16851688

16861689

css-view-transitions-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
502502

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

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

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

0 commit comments

Comments
 (0)