Files
ladybird/Libraries/LibWeb/Layout/TableFormattingContext.h
Tim Ledbetter 7d6ce58cf2 LibWeb: Constrain table caption available space to table's border-box
Previously, table captions were laid out using the parent's available
space before the table's width was calculated. This resulted in
captions not being properly constrained to the table's width.
2026-02-03 14:47:51 +01:00

7.0 KiB