servo/components/layout_2020/table
Oriol Brufau 4332c1e405
layout: Improve logic for block size of table (#34947)
The containing block for children already has the size coming from the
style and the rules of the parent formatting context, so no need to try
to recompute it.

This allows removing a bunch of functions, and fixes some problems when
the table is a flex item.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-01-13 11:50:25 +00:00
..
construct.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
layout.rs layout: Improve logic for block size of table (#34947) 2025-01-13 11:50:25 +00:00
mod.rs layout: Improve painting of collapsed borders in table layout (#34933) 2025-01-11 00:38:31 +00:00