servo/components/layout/flow
Oriol Brufau 47c56d8d74
layout: Unify layout logic for replaced and non-replaced floats&atomics (#37897)
Laying out a float or atomic inline will now use the same logic
regardless of whether it's replaced or not.
This reduces the amount of code, and should have no observable effect.

Testing: Unneeded (no behavior change)
This part of #37942

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-07-09 19:46:22 +00:00
..
inline layout: Unify layout logic for replaced and non-replaced floats&atomics (#37897) 2025-07-09 19:46:22 +00:00
construct.rs layout: Store most anonymous pseudo-elements in box slots (#37941) 2025-07-08 15:22:09 +00:00
float.rs layout: Unify logic for laying out replaced and non-replaced in a BFC (#37864) 2025-07-04 17:47:40 +00:00
mod.rs layout: Unify layout logic for replaced and non-replaced floats&atomics (#37897) 2025-07-09 19:46:22 +00:00
root.rs layout: Skip box tree construction when possible (#37957) 2025-07-09 17:33:09 +00:00