servo/components/layout_2020/flow
Oriol Brufau 3a3c3aeb75
layout: Don't consider a definite stretch size as intrinsic (#36045)
`block_size_is_zero_or_intrinsic()` was always returning true for
`stretch`. This function is used for the margin collapse heuristics
in block layout, so we were considering that an empty element with
`height: stretch` would self-collapse.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-03-19 08:52:35 +00:00
..
inline Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
construct.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
float.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
mod.rs layout: Don't consider a definite stretch size as intrinsic (#36045) 2025-03-19 08:52:35 +00:00
root.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00