servo/components/layout_2020/flow
Martin Robinson 4e79ac5701
layout: Allow rendering LineItems independent of inline box (#32666)
Refactor inline layout to allow rendering line items in the second stage
to be rendered in any order, independent of their parent inline box.
This will allow line items to be reordered, effectively allowing the
splitting of inline boxes, for the purposes of BiDi and any other inline
reordering feature.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>
2024-07-03 15:15:31 +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: Make geom.rs logical geoemetry types more ergonomic (#32633) 2024-06-28 08:20:50 +00:00
root.rs use app unit in box_fragement (#32349) 2024-06-21 14:54:21 +00:00