servo/components/layout_2020/table
Oriol Brufau 5d269a9036
Simplify the computation of CAPMIN (#33577)
CAPMIN is the largest min-content contribution of the table captions.

In Servo, the standard way to compute min/max-content contributions is
`outer_inline_content_sizes()`, so just use that instead of reinventing
the wheel.

This also fixes cyclic percentages to resolve consistently with normal
block boxes.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-09-28 09:39:22 +00:00
..
construct.rs Do not remove extra columns at the end of the table (#33451) 2024-09-16 08:11:36 +00:00
layout.rs Simplify the computation of CAPMIN (#33577) 2024-09-28 09:39:22 +00:00
mod.rs fonts: Add support for generic font families and font size configuration (#32673) 2024-07-08 17:17:48 +00:00