servo/components/layout_2020/flexbox
Martin Robinson a61522a1e8
layout: Clean up the flexible length resolution algorithm (#34153)
Instead of doing so much zipping, which is confusing, create a temporary
data structure for each item that holds all relevant information. In
addition, add detailed specification text so it is easier to understand
what is going on.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2024-11-06 09:54:20 +00:00
..
construct.rs layout: Avoid layout sometimes when stretching (#33967) 2024-10-24 17:44:30 +00:00
geom.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
layout.rs layout: Clean up the flexible length resolution algorithm (#34153) 2024-11-06 09:54:20 +00:00
mod.rs layout: Avoid layout sometimes when stretching (#33967) 2024-10-24 17:44:30 +00:00