Closed
Bug 1318825
Opened 8 years ago
Closed 2 years ago
[css-flexbox] Vertical-writing-mode flex item in horizontal flex container has wrong width
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
348 bytes,
text/html
|
Details |
It looks like we used the min inline-size to size its width? The rendering in Chrome Canary seems correct to me.
Updated•8 years ago
|
Flags: needinfo?(dholbert)
Summary: [css-flexbox] Vertical flex item in horizontal flex container has wrong width → [css-flexbox] Vertical-writing-mode flex item in horizontal flex container has wrong width
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 years ago
|
||
Fixed by bug 1267462, it seems. We currently match Chrome, properly shrinkwrapping the width of the text (rather than using its height as if it were the width).
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(dholbert)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•