[csswg-drafts] [css-tables] Computing the height of a table should account for min/max-height. (#5336)

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

== [css-tables] Computing the height of a table should account for min/max-height. ==
https://drafts.csswg.org/css-tables/#computing-the-table-height (and the rest of the spec) doesn't seem to account for min / max constraints on the table box.

There is an aknowledgement of lack of interop when using min-height on rows, but no similar thing when using min-height on tables.

It seems min-height allows to grow the table, but max-height cannot shrink the table below the intrinsic size.

I'm fixing Firefox to support min-height on tables here: https://bugzilla.mozilla.org/show_bug.cgi?id=1651530

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

Received on Monday, 20 July 2020 08:42:10 UTC