servo/components/layout/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
..
stylo_taffy layout: Ignore insets in Taffy for static and sticky positionings (#39401) 2025-09-19 20:17:56 +00:00
layout.rs layout: Add style to ConstraintSpace and IndefiniteContainingBlock (#39229) 2025-09-11 21:53:14 +00:00
mod.rs layout: Fix propagation of overflow to viewport (#39173) 2025-09-16 20:53:46 +00:00