servo/components/layout_2020/taffy
Oriol Brufau f66cd172d6
layout: Generalize ContainingBlock's block size to a SizeConstraint (#34946)
It used to be an `AuOrAuto`, turning it into a `SizeConstraint` allows
passing the information about the min and max constraints when the
containing block doesn't have a definite block size.

This will be useful for table layout.

Note that in most cases we were already constructing the containing
block from a `SizeConstraint`, but we were calling `to_auto_or()` to
turn it into an `AuOrAuto`.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-01-13 10:25:33 +00:00
..
stylo_taffy Correct a variety of documentation issues (#34786) 2024-12-29 10:37:57 +00:00
layout.rs layout: Generalize ContainingBlock's block size to a SizeConstraint (#34946) 2025-01-13 10:25:33 +00:00
mod.rs layout: grid-template getComputedStyle cleanup (#34926) 2025-01-10 09:04:49 +00:00