servo/components/layout_2020/flow
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
..
inline layout: Allow rendering LineItems independent of inline box (#32666) 2024-07-03 15:15:31 +00:00
construct.rs layout: Allow rendering LineItems independent of inline box (#32666) 2024-07-03 15:15:31 +00:00
float.rs layout: Make geom.rs logical geoemetry types more ergonomic (#32633) 2024-06-28 08:20:50 +00:00
mod.rs layout: Add support for table captions (#32657) 2024-07-03 18:24:19 +00:00
root.rs use app unit in box_fragement (#32349) 2024-06-21 14:54:21 +00:00