Bug css with tables as flex items only on Firefox
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: koe.jimmy, Unassigned)
References
Details
(Keywords: dev-doc-needed, nightly-community)
Attachments
(1 file)
642 bytes,
text/html
|
Details |
![]() |
||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Comment 4•4 years ago
|
||
This is the same case as tested at https://wpt.fyi/results/css/css-flexbox/table-as-item-specified-width.html?label=experimental&label=master&aligned
Chrome 84 broke this rendering but we have a fix checked in, though the fix won't hit the stable channel until like Chrome 91.
Comment 5•4 years ago
|
||
drgogan also made an good comment on this issue where I wondered if we shouldn't just change the spec:
https://github.com/web-platform-tests/wpt/issues/26257#issuecomment-715639328
(We should only if some implementer argues for it, and I'm not one.)
Comment 6•4 years ago
|
||
Fwiw, bug 1673006 will improve the rendering for the testcase in this bug too. We still don't render it exactly as Chrome in some cases though (when the window is very wide) so there's still some bug lurking.
Comment 7•4 years ago
|
||
Both the testcase in comment 1 and WPT table-as-item-specified-width.html
is fixed by bug 1674302.
Description
•