servo/components/layout/table
Oriol Brufau 858208bd25
layout: Align table-cell contents safely (#39491)
As resolved in https://github.com/w3c/csswg-drafts/issues/12220, when
resolving `align-content: normal` on a table cell, we will now use safe
alignment.

The difference only matters when the contents of the cell are taller
than the cell, which doesn't typically happen. But in Servo it's
observable when there are collapsed rows.

Testing: Adding new tests. Some fail because we don't support
`align-content` yet.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-09-26 07:44:23 +00:00
..
construct.rs cargo: Bump rustc to 1.89 (#36818) 2025-08-19 11:07:53 +00:00
layout.rs layout: Align table-cell contents safely (#39491) 2025-09-26 07:44:23 +00:00
mod.rs layout: Fix propagation of overflow to viewport (#39173) 2025-09-16 20:53:46 +00:00