Open
Bug 1949148
Opened 15 days ago
Updated 1 day ago
Initial reflow of a block with orthogonal children may get incorrect intrinsic sizing
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file)
510 bytes,
text/html
|
Details |
See testcase. When initially loaded, it renders a red square, because the vertical-writing-mode <div> that should render as a green square (obscuring the red one) gets an inline-size (height) of zero because its orthogonal (horizontal) child did not report its correct height (block-size).
Zooming in/out of the testcase fixes the rendering. This is characteristic of examples where the problem is that the orthogonal child had not yet determined its block-size at the time when its parent was computing its intrinsic inline-size.
Reporter | ||
Updated•8 days ago
|
Blocks: interop-2025-writingmodes
You need to log in
before you can comment on or make changes to this bug.
Description
•