computed table width ignores table caption minimum width
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: alainbryden, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
148.69 KB,
image/png
|
Details |
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Reporter | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Reporter | ||
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Comment 10•11 years ago
|
||
Comment 11•11 years ago
|
||
Comment 12•7 years ago
|
||
Comment 14•3 years ago
•
|
||
Incidentally, there's a WPT test that currently has a (somewhat trivial) dependency on Firefox's behavior here:
https://wpt.fyi/results/css/CSS2/floats/floats-wrap-bfc-006.xht
Right now this test fails in all other browsers but passes in Firefox. The failure in other browsers is due to some tables in the testcase being sized larger than the test expects (to be as wide as their caption child), which results in the purple cell
area extending all the way to the right edge of the cyan container, when the test expects that purple cell
area to only be as wide as the non-caption contents.
(This test comes from dbaron, ages ago, so it'd be totally fine to update it if needed / if the spec requirements become clearer. In the meantime, I just happened to run across this "only-passing-in-Firefox" testcase and wanted to be sure we had a bug filed somewhere on the interop difference, and it seems like this is that bug.)
Updated•3 years ago
|
Updated•2 years ago
|
Description
•