Re: [csswg-drafts] [css-flexbox] flexbox spec isn't interoperable w/ existing implementations, RE `flex-basis` resolution for table wrapper box flex-items

I'm not convinced, since percentages on the table box are not relative to the table wrapper box, they are not [cyclic percentages](https://drafts.csswg.org/css-sizing-3/#cyclic-percentage) (assuming the table wrapper box's containing block has a definite width). Therefore I don't think the percentage should be treated as `auto` when sizing the table wrapper box with max-content.

> by definition, that max-content width isn't influenced by the containing block's size

Does the definition actually say this? Not sure if I'm looking at the wrong definition. I think your statement is almost always true, but not for table wrapper boxes.



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

Received on Monday, 23 April 2018 18:46:38 UTC