Closed
Bug 1785333
Opened 2 years ago
Closed 2 years ago
Cannot Infer Intrinsic Size if the Inner Element is in Orthogonal Flow
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
DUPLICATE
of bug 1166120
People
(Reporter: dshin, Unassigned)
Details
Attachments
(1 file)
127 bytes,
text/html
|
Details |
As noted in the codebase, if the orthogonal inner element does not explicitly specify its block size, the containing element's inline size cannot be determined (As we don't know what the block size will be yet).
The attached minimum reproducible case should show the outline enveloping "Hello," but on Firefox it ends up being a div of inline-size 0.
Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Comment 1•2 years ago
|
||
This might be a dupe of bug 1310551?
Reporter | ||
Comment 2•2 years ago
|
||
Ah - the bug blocking that (bug 1166120) seems the most direct representation.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•