servo/components/layout/taffy
Oriol Brufau c00831f1ed
layout: Remove clearance parameter from BoxFragment::new() (#37921)
Clearance only applies to block-level boxes, so it was unnecessary to
require it as a parameter. Instead, in block layout we can set it using
the new `.with_clearance()` method.

Testing: Unnecessary (no behavior change)

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-07-08 10:04:37 +00:00
..
stylo_taffy CSS Grid: percentage sizing fixes (#34948) 2025-06-08 15:17:10 +00:00
layout.rs layout: Remove clearance parameter from BoxFragment::new() (#37921) 2025-07-08 10:04:37 +00:00
mod.rs Layout: Continue support incremental box tree reconstruction for flex&taffy level box (#37854) 2025-07-04 09:35:09 +00:00