servo/components/layout_2020/fragment_tree
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
..
base_fragment.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
box_fragment.rs layout: Start work on table row height and vertical-align (#31246) 2024-02-10 08:03:01 +00:00
containing_block.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
fragment.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
fragment_tree.rs layout: return None bounding box when no nodes found (#31253) 2024-02-02 23:24:20 +00:00
hoisted_shared_fragment.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
mod.rs Layout 2020: Move all Fragment code to the fragment_tree directory 2023-06-04 18:12:11 +02:00