servo/components/layout_2020/flow
Martin Robinson 35fb95ca85
layout: Start work on table row height and vertical-align (#31246)
This implements a very naive row height allocation approach. It has just
enough to implement `vertical-align` in table cells. Rowspanned cells
get enough space for their content, with the extra space necessary being
allocated to the last row. There's still a lot missing here, including
proper distribution of row height to rowspanned cells.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-02-10 08:03:01 +00:00
..
construct.rs layout: Shape text only once (#31146) 2024-01-25 14:33:47 +00:00
float.rs layout: Collect both start and end baselines for fragments (#31230) 2024-02-05 18:06:05 +00:00
inline.rs layout: Wait to count justification opportunities until justification (#31236) 2024-02-06 16:33:22 +00:00
line.rs layout: Use BoxFragment border widths for display list generation (#31292) 2024-02-08 23:21:24 +00:00
mod.rs layout: Start work on table row height and vertical-align (#31246) 2024-02-10 08:03:01 +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