servo/components/layout_2020/table
Oriol Brufau b12cebd1ac
Small improvements for table border collapse (#33452)
We were only collapsing the borders from adjacent cells. This patch also
handles the borders from rows, row groups, columns, and column groups.
Additionally, it takes the border style into account in order to decide
which border wins.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-09-16 08:20: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 Small improvements for table border collapse (#33452) 2024-09-16 08:20: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