You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[scope-vt] Fix crash with display:inline and friends
Skip the view transition when attempting a scoped-VT on an
element that has an inline display type. Display type inline-block
is an exception since it has block characteristics in addition to
inline.
Also skip the VT when the display type inline's its children like
ruby-text, or content. These display types do not create a
layout box.
A console warning is triggered to indicate why the transition was
skipped. Once resolved in the spec, we can revisit how these display
types are handled.
Bug: 434891109, 436804019
Change-Id: I8ef4375b8805a788bc55ae30e90e2201c1bb83b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6819008
Commit-Queue: Kevin Ellis <[email protected]>
Reviewed-by: Steve Kobes <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1497618}
0 commit comments