servo/components/layout_2020/fragment_tree
Martin Robinson 959ffad99a
layout: Add support for table captions (#32657)
This adds initial support for table captions. To do this, the idea of
the table wrapper becomes a bit more concrete. Even so, the wrapper is
still reponsible for allocating space for the grid's border and padding,
as those properties are specified on the wrapper and not grid in CSS.

In order to account for this weirdness of HTML/CSS captions and grid are
now laid out and placed with a negative offset in the table wrapper
content rect.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-07-03 18:24:19 +00:00
..
base_fragment.rs layout: Add support for table captions (#32657) 2024-07-03 18:24:19 +00:00
box_fragment.rs layout: Add support for table captions (#32657) 2024-07-03 18:24:19 +00:00
containing_block.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
fragment.rs use au in TextFragment (#32653) 2024-07-03 07:27:08 +00:00
fragment_tree.rs use app unit in box_fragement (#32349) 2024-06-21 14:54:21 +00:00
hoisted_shared_fragment.rs use au in HoistedSharedFragment (#32288) 2024-05-16 18:21:29 +00:00
mod.rs clippy: Fix warnings in components/layout_2020 (#31611) 2024-03-11 14:24:33 +00:00
positioning_fragment.rs use app unit in box_fragement (#32349) 2024-06-21 14:54:21 +00:00