Re: [csswg-drafts] [CSS2] What happens when a bfc height grows such that it intersects with a float that was not considered when choosing its width

We discovered this too for our current block layout work. cc/ @mstensho 

We think[*] that our current block layout engine does a two pass thing which is first layout in the top-most area. Then if it doesn't fit, layout in the next area which has it's block-size unbounded.

[*] Our currently impl has hysteresis which makes this harder to determine, but happy to be wrong :D

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

Received on Wednesday, 28 March 2018 18:01:54 UTC