servo/components/layout_2020/flow
Martin Robinson d68c7e7881
layout: Implement computation of table column widths (#31165)
* layout: Implement computation of table column widths

This change implements the various steps of table column width
computation, ignoring features that don't exist yet (such as separated
borders, column elements, and colgroups).

Co-authored-by: Oriol Brufau <obrufau@igalia.com>

* Fix an issue with the assignment of column percent width

* Respond to review comments

---------

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-01-25 23:13:13 +00:00
..
construct.rs layout: Shape text only once (#31146) 2024-01-25 14:33:47 +00:00
float.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
inline.rs layout: Shape text only once (#31146) 2024-01-25 14:33:47 +00:00
line.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
mod.rs layout: Implement computation of table column widths (#31165) 2024-01-25 23:13:13 +00:00
root.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
text_run.rs layout: Shape text only once (#31146) 2024-01-25 14:33:47 +00:00