servo/components/layout_2020/table
Oriol Brufau d16f259e1d
Fix table with rows but no column (#31862)
* Fix table with rows but no column

We weren't generating any fragment for the rows, which meant that JS
APIs like clientWidth would be 0, and also outlines weren't painted.

This aligns Servo with Blink and WebKit. Gecko is broken, it distributes
twice the table height among the rows.

* Feedback

* Avoid conflict with #31874
2024-03-26 12:36:43 +00:00
..
construct.rs Don't trim leading whitespace of anonymous table cells (#31803) 2024-03-21 11:48:39 +00:00
layout.rs Fix table with rows but no column (#31862) 2024-03-26 12:36:43 +00:00
mod.rs rustdoc: fix warnings in components/layout_2020/table (#31738) 2024-03-19 14:51:28 +00:00