servo/components/layout_2020/flow
Oriol Brufau 8c56cbdab2
Implement keyword sizes on atomic inlines (#33737)
Adds support for min-content, max-content, fit-content and stretch,
for atomic inlines.

There are some new test failures because we don't support vertical
writing modes nor `transition-behavior:allow-discrete`.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-10-10 15:25:59 +00:00
..
inline Implement keyword sizes on atomic inlines (#33737) 2024-10-10 15:25:59 +00:00
construct.rs layout: Add initial support for bidirectional text (BiDi) (#33148) 2024-08-21 14:28:54 +00:00
float.rs Implement keyword sizes on floats (#33666) 2024-10-08 13:07:59 +00:00
mod.rs Skip anonymous blocks for percentage resolution (#33658) 2024-10-05 08:56:17 +00:00
root.rs Replace .map_or(false with Option::is_some_and (#33468) 2024-09-16 10:03:52 +00:00