- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Feb 2017 02:40:52 +0000
- To: public-css-archive@w3.org
I believe you don't overflow because of a generalization of the following min(...) statement: > If the table-root element has 'width: auto', the used width is the greater of min(GRIDMAX, the table’s containing block width), CAPMIN, and GRIDMIN. > https://drafts.csswg.org/css-tables-3/#computing-the-table-width Now reading this and your message I realize the GRIDMIN and GRIDMAX are probably improperly defined in the spec because the algorithm to compute them does not use the percentages in any way. @dbaron can you confirm the text you wrote to define them needs some addition to take care of percentage back-computations? Or am I missing something? -- GitHub Notification of comment by FremyCompany Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1046#issuecomment-281551260 using your GitHub account
Received on Wednesday, 22 February 2017 02:40:59 UTC