servo/components/layout_2020/table
Oriol Brufau dbe3cb8a3c
Don't update row baseline if cell is empty (#31831)
Gecko, Blink and WebKit agree that the if a row only has empty cells,
its baseline should be at the bottom, not at the top.

There isn't interoperability when the cells are just empty-ish, so this
patch takes the simplest approach, aligning with Blink: any out-of-flow
or in-flow content other than collapsed whitespace counts as not empty.
2024-03-25 09:39:02 +00:00
..
construct.rs Don't trim leading whitespace of anonymous table cells (#31803) 2024-03-21 11:48:39 +00:00
layout.rs Don't update row baseline if cell is empty (#31831) 2024-03-25 09:39:02 +00:00
mod.rs rustdoc: fix warnings in components/layout_2020/table (#31738) 2024-03-19 14:51:28 +00:00