servo/components/layout_2020/flexbox
Oriol Brufau 3acc9edd82
Fix various issues with replaced elements in flex layout (#33263)
In particular, this takes into account that flex items may be stretched,
and if they have an aspect ratio, we ma6y need to convert the stretched
size through the ratio.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2024-08-30 23:39:18 +00:00
..
construct.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
geom.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
layout.rs Fix various issues with replaced elements in flex layout (#33263) 2024-08-30 23:39:18 +00:00
mod.rs layout: Layout for column flex-basis and minimum automatic size determination (#33068) 2024-08-19 10:54:10 +00:00