servo/components/layout_2020/table
Oriol Brufau ecabdc2583
Don't trim leading whitespace of anonymous table cells (#31803)
A sequence of whitespace shouldn't generate an anonymous table row/cell,
but we can't just throw away the leading whitespace, because afterwards
we may encounter some other content, and then the leading whitespace
should appear in the cell (noticeable with e.g. `white-space: pre`).
2024-03-21 11:48:39 +00:00
..
construct.rs Don't trim leading whitespace of anonymous table cells (#31803) 2024-03-21 11:48:39 +00:00
layout.rs clippy: Fix several warnings (#31710) 2024-03-18 08:33:43 +00:00
mod.rs rustdoc: fix warnings in components/layout_2020/table (#31738) 2024-03-19 14:51:28 +00:00