Files
ladybird/Userland/Libraries/LibWeb/Layout
Andreas Kling 5da7ebb806 LibWeb: Make height:auto for non-BFC-root blocks more correct
Unlike BFC root blocks with height:auto, when the block *isn't* a BFC
root, we don't have to look for the "bottommost" block-level child and
determine the width from that.

Instead, we should just look at the last in-flow block-level child.
This was already indicated in the spec comment next to the code, but
the code itself was wrong.

This makes the body element on Acid3 have the correct height. It also
introduces a small regression on Acid2 that we'll have to track down.
2022-03-29 18:53:27 +02:00
..
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-24 18:14:01 +01:00
2022-03-11 00:21:49 +01:00