Re: [csswg-drafts] [css-tables] fixed width distribution

Nevermind what I just said. I think I understood what Greg wrote.

He probably meant that in Edge+Firefox if you have to distribute extra space *beyond* the preferred widths of columns, the extra width is distributed to auto columns first, if possible. Then, if not possible, it is distributed to px columns (to preserve percentages correctness), then finally if that was not possible then percentages get increased.

The guess system for min-content / min-content-percentage / ... that is used to compute what to do if columns cannot get their preferred width do not apply for fixed layout, see https://drafts.csswg.org/css-tables-3/#width-distribution-in-fixed-mode


-- 
GitHub Notification of comment by FremyCompany
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/484#issuecomment-317552999 using your GitHub account

Received on Monday, 24 July 2017 20:59:37 UTC