servo/components/layout_2020/flow
Martin Robinson d169a82d2e
layout: Implement proper absolute child position for flexbox (#33346)
This implements the requirements outlined in the [flexbox specification]
about how to position absolute children of flex containers. We must
establish a static position rectangle (to use if all insets are auto)
and also align the child into that rectangle.

[flebox specification]: https://drafts.csswg.org/css-flexbox/#abspos-items

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>
2024-09-09 14:44:16 +00:00
..
inline layout: Implement proper absolute child position for flexbox (#33346) 2024-09-09 14:44:16 +00:00
construct.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
float.rs Fix various issues with replaced elements in flex layout (#33263) 2024-08-30 23:39:18 +00:00
mod.rs layout: Implement proper absolute child position for flexbox (#33346) 2024-09-09 14:44:16 +00:00
root.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00