Re: [csswg-drafts] [css-sizing-3] overflow setting should affect min-content

Thanks @Dan503.  :) I think I disagree with you specifically on this point: if the author specifically asks the element with `overflow` to size to its `min-content` size, then that's what should happen. Otherwise we can't intelligently combine it with other constraints, e.g. `width: min-content; max-width: 100%` shouldn't be equivalent to `width: 0; max-width: 100%` if `overflow` is set.

However, see https://github.com/w3c/csswg-drafts/issues/1865 for making `overflow` affect the min-content _contribution_, which I think will solve the problem you call out in 2270. I really want to fix this, but I have to first prove Web-compatibility, which is hard. :( If you think it'd be worth doing for Grid and Flex only, even if we can't make it happen for Block, please comment there to that effect...

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

Received on Monday, 21 May 2018 21:43:54 UTC