Re: [csswg-drafts] [css-sizing] Stretch-fitting inline size next to floats. (#4028)

Interestingly enough, the answer varies: for boxes that establish an independent containing block, CSS2 says they fit in the remaining space after the float; for non-replaced blocks, the float is ignored. Probably `fit-content` and the `stretch` keyword should match this behavior, since it was their intention to provide a switch between the shrink-to-fit sizing and fill-available sizing behaviors in CSS2.

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

Received on Tuesday, 11 June 2019 12:04:44 UTC