[csswg-drafts] [css-tables-3] Distributing extra height to rows: all get the same, or in proportion to their height?

davidsgrogan has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-tables-3] Distributing extra height to rows: all get the same, or in proportion to their height? ==
https://drafts.csswg.org/css-tables-3/#height-distribution-algorithm says 

"if the table owns any “auto-height” row... auto-height rows receive their reference size plus some increment which is equal to the height missing to amount to the specified table height divided by the amount of such rows."

For a 100px high table with two rows of reference size 10, and 40, I think this is saying that each should get 25 extra px. (height missing = 50 / amount of such rows = 2)

That's what chrome does, but not FF/Edge
https://jsfiddle.net/dgrogan/jbz1dsak/

Was a break from FF/Edge explicitly decided on?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2372 using your GitHub account

Received on Thursday, 1 March 2018 01:58:00 UTC