Skip to content

Commit 05c7c9f

Browse files
authored
[css-view-transitions-1] Add non-normative note clarifying fragmentation. (#9581)
1 parent 88037b3 commit 05c7c9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,9 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
13541354
Note: We might want to enable transitions for fragmented elements in future versions.
13551355
See [#8900](https://github.com/w3c/csswg-drafts/issues/8900).
13561356

1357+
Note: [=box fragment=] here does not refer to fragmentation of <a href="https://www.w3.org/TR/CSS2/visuren.html#inline-boxes">inline boxes</a> across <a href="https://www.w3.org/TR/CSS2/visuren.html#line-box">line boxes</a>.
1358+
Such inlines can participate in a transition.
1359+
13571360
1. Let |transitionName| be the [=computed value=] of 'view-transition-name' for |element|.
13581361

13591362
1. If |transitionName| is ''view-transition-name/none'',

0 commit comments

Comments
 (0)