Skip to content

[view-transitions-2] Do not access box fragments on things that don't fragment#13972

Open
Psychpsyo wants to merge 1 commit into
w3c:mainfrom
Psychpsyo:vt-captured-element-box-fragments
Open

[view-transitions-2] Do not access box fragments on things that don't fragment#13972
Psychpsyo wants to merge 1 commit into
w3c:mainfrom
Psychpsyo:vt-captured-element-box-fragments

Conversation

@Psychpsyo

Copy link
Copy Markdown
Contributor

Fixes #11991

Neither elements nor captured elements can fragment. Only boxes do that.

I'm making this care about the principal box here, since fragmenting any other boxes that might be created for an element inside of its principal box will also fragment the principal box (to my knowledge).
If I'm wrong on that, we might need to check what exactly is intended here.

… fragment

Neither elements nor captured elements can fragment. Only boxes do that.
I'm making this care about the principal box here, since fragmenting any
other boxes that might be created for an element inside of its principal
box will also fragment the principal box.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[css-view-transitions-1] Bug: Update pseudo-element styles is trying to access capturedElement's box fragments

1 participant