redesign percentage height handling and height distribution in tables
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: dbaron, Unassigned)
References
(Depends on 1 open bug, Blocks 7 open bugs, )
Details
Reporter | ||
Updated•17 years ago
|
Comment 1•15 years ago
|
||
Reporter | ||
Updated•8 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•4 years ago
|
||
The spec is said to be not ready for implementation
https://drafts.csswg.org/css-tables-3/#computing-the-table-height
but a text has been proposed on the issue https://github.com/w3c/csswg-drafts/issues/474#issuecomment-494362828
which aligns on Blink's behavior.
For compat reasons I moved the webcompat Priority to P2. (Note that we have not identified any substantive breakage because of this, or at least we do not have identified that it was the reason for the breakage.)
Reporter | ||
Comment 3•4 years ago
|
||
It might make sense to associate compat bugs with more specific bugs rather than a general "rewrite this section of code" bug. (That said, I have a lot less to do with things now!)
Comment 4•4 years ago
|
||
Agreed. :) but the percentage thing seems to be all over the place. Probably I or daniel could consolidate this. Thanks David.
Reporter | ||
Updated•4 years ago
|
Updated•2 years ago
|
Comment 5•9 months ago
|
||
I'm looking at this in bug 1883699.
This pass should probably also subsume the code that gives all the cells in a row the same height
Agree, at least that's how I'm planning to handle that (handling percentage sizing right after cell sizing).
Comment 6•7 months ago
|
||
The WebCompat report linked here is not a real site - it's a testcase. We do not have any real site-breakage for this as far as I can tell - so I'm dropping the webcompat-priority flag here.
Description
•