Skip to content
Open
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
6 changes: 3 additions & 3 deletions css-view-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2536,7 +2536,7 @@ It has the following [=struct/items=]:
has ''contain: view-transition'',
[=continue=].

1. If |element| has more than one [=box fragment=], then [=continue=].
1. If |element|'s [=principal box=] has more than one [=box fragment=], then [=continue=].

Note: We might want to enable transitions for fragmented elements in future versions.
See [#8900](https://github.com/w3c/csswg-drafts/issues/8900).
Expand Down Expand Up @@ -2626,7 +2626,7 @@ It has the following [=struct/items=]:
or |element| is [=element-not-rendered|not rendered=],
then [=continue=].

1. If |element| has more than one [=box fragment=], then [=continue=].
1. If |element|'s [=principal box=] has more than one [=box fragment=], then [=continue=].

1. If |usedTransitionNames| [=list/contains=] |transitionName|,
then return failure.
Expand Down Expand Up @@ -3398,7 +3398,7 @@ To <dfn>adjust nested view transition group transform</dfn> given a |transform|

- |capturedElement|'s [=new element=] is [=element-not-rendered|not rendered=].

- |capturedElement| has more than one [=box fragment=].
- |capturedElement|'s [=new element=]'s [=principal box=] has more than one [=box fragment=].

Note: Other rendering constraints are enforced via |capturedElement|'s [=new element=] being [=captured in a view transition=].

Expand Down