servo/components/layout_2020/flow
Oriol Brufau d90e3078a6
Never resolve margin-left:auto to a negative amount (#30065)
With direction:ltr (and we don't support direction:rtl yet), the rules
from https://drafts.csswg.org/css2/#blockwidth imply that margin-left
shouldn't resolve auto to a negative amount.

This aligns Servo with Gecko and Blink. WebKit may resolve to a negative
amount in some cases.
2023-08-03 09:21:22 +00:00
..
construct.rs Add initial support for css-text-3 whitespace handling (#29828) 2023-07-20 18:34:31 +00:00
float.rs Minor refactoring for PlacementAmongFloats (#30055) 2023-08-01 13:22:32 +00:00
inline.rs Make fewer PositioningContexts when descending (#30061) 2023-08-03 08:51:27 +00:00
mod.rs Never resolve margin-left:auto to a negative amount (#30065) 2023-08-03 09:21:22 +00:00
root.rs Remove rayon_croissant and clean up contains_floats (#29960) 2023-07-19 07:01:55 +00:00