servo/components/layout_2020/table
Oriol Brufau 5f168dd1d5
layout: Don't recalculate the PaddingBorderMargin in table layout (#34931)
Just use the cached `TableLayout::pbm`. Also, `TableLayout::pbm` is now
computed with the right writing mode, but no change in practice since
we don't support vertical writing modes.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-01-10 15:58:23 +00:00
..
construct.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
layout.rs layout: Don't recalculate the PaddingBorderMargin in table layout (#34931) 2025-01-10 15:58:23 +00:00
mod.rs layout: Add LayoutBox to TableSlotCell (#34513) 2024-12-08 08:54:40 +00:00