We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
FremyCompany
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: