servo/components/layout_2020/flow
Oriol Brufau 41c2422a66
layout: Ignore indefinite stretch on min and max sizing properties (#35630)
We were always treating an indefinite `stretch` as the automatic size.
This instead treats it as `0px` on min sizing properties, and as `none`
on max sizing properties, aligning with Blink and this recent CSSWG
resolution: https://github.com/w3c/csswg-drafts/issues/11006

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-02-24 13:51:08 +00:00
..
inline Upgrade Stylo to 2025-02-03 (#35289) 2025-02-05 02:35:58 +00:00
construct.rs layout: Take percentage columns into account when sizing table grid min and max (#35167) 2025-01-27 15:04:37 +00:00
float.rs layout: Remove wrong optimization when placing table among floats (#35207) 2025-01-29 15:54:52 +00:00
mod.rs layout: Ignore indefinite stretch on min and max sizing properties (#35630) 2025-02-24 13:51:08 +00:00
root.rs Fix scroll_sensitivity related naming issue (#35462) 2025-02-14 10:18:25 +00:00