servo/components/layout/taffy/stylo_taffy
Oriol Brufau 0de0f741b6
layout: Ignore insets in Taffy for static and sticky positionings (#39401)
Taffy treats static and sticky positionings as relative. So the inset
properties shifted the element in the relpos way, which was no good.
It's better to just treat them as `auto` instead.

Testing: 3 existing tests pass, and adding a new one.
Fixes: #39399

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2025-09-19 20:17:56 +00:00
..
convert.rs layout(grid): implement named grid lines and areas (#38306) 2025-08-07 14:41:19 +00:00
mod.rs layout(grid): implement named grid lines and areas (#38306) 2025-08-07 14:41:19 +00:00
wrapper.rs layout: Ignore insets in Taffy for static and sticky positionings (#39401) 2025-09-19 20:17:56 +00:00