servo/components/layout_2020/table
Oriol Brufau acfd2e6de4
layout: Fix conflict resolution for collapsed borders differing in color (#35100)
https://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution
> If border styles differ only in color, then a style set on a cell wins
> over one on a row, which wins over a row group, column, column group
> and, lastly, table.

We were actually using the opposite order.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-01-21 14:34:05 +00:00
..
construct.rs Elide lifetimes where possible after rustup (#34824) 2025-01-03 18:54:44 +00:00
layout.rs layout: Fix conflict resolution for collapsed borders differing in color (#35100) 2025-01-21 14:34:05 +00:00
mod.rs layout: Paint collapsed table borders on their own (#35075) 2025-01-21 13:10:27 +00:00