servo/components/layout/taffy
Oriol Brufau b7133478e1
layout: Unify layout logic for replaced and non-replaced grid items (#37985)
Laying out a grid item 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
(but hard to say since and I don't understand Taffy).

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

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-07-11 13:47:03 +00:00
..
stylo_taffy CSS Grid: percentage sizing fixes (#34948) 2025-06-08 15:17:10 +00:00
layout.rs layout: Unify layout logic for replaced and non-replaced grid items (#37985) 2025-07-11 13:47:03 +00:00
mod.rs layout: Remove IndependentNonReplacedContents (#37971) 2025-07-10 07:46:04 +00:00