Files
ladybird/Libraries/LibWeb/Layout/ReplacedBox.h
Andreas Kling 67732df034 LibWeb: Move replaced element layout out of Layout::ReplacedBox
Replaced elements are now laid out by the current formatting context.
Since the logic is almost identical in BFC and IFC, it's implemented
by static helpers in FormattingContext.
2020-12-11 22:59:46 +01:00

3.4 KiB