servo/components/layout_2020/table
Oriol Brufau e0aa288dac
Refactor sizing logic for table measures (#33579)
After #33577, `get_outer_sizes_from_style()` is only used for column and
cell measures. For these it's expected to ignore sizing keywords like
`min-content`, so rename the function to `get_outer_sizes_for_measurement()`.

Additionally, both callers need the percentage contribution, so include
it in the returned tuple.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-10-01 17:28:17 +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 Refactor sizing logic for table measures (#33579) 2024-10-01 17:28:17 +00:00
mod.rs fonts: Add support for generic font families and font size configuration (#32673) 2024-07-08 17:17:48 +00:00