Skip to content
New issue

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

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

Open
emilio opened this issue Jul 20, 2020 · 0 comments
Assignees
Labels
css-tables-3 Current Work

Comments

@emilio
Copy link
Collaborator

emilio commented Jul 20, 2020

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

@emilio emilio added the css-tables-3 Current Work label Jul 20, 2020
@FremyCompany FremyCompany self-assigned this Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-tables-3 Current Work
Projects
None yet
Development

No branches or pull requests

2 participants