servo/components/layout_2020/flexbox
Martin Robinson 1296ddf273
Make fewer PositioningContexts when descending (#30061)
When descending and we have the option, don't create new
PositioningContexts just to update the static position of laid out
abspos descendants. Instead, use the new PositioningContextLength to
only update the newly added hoisted abspos boxes.
2023-08-03 08:51:27 +00:00
..
construct.rs Add initial support for css-text-3 whitespace handling (#29828) 2023-07-20 18:34:31 +00:00
geom.rs First pass at implementing the Flex Layout Algorithm 2020-06-23 00:41:27 +02:00
layout.rs Make fewer PositioningContexts when descending (#30061) 2023-08-03 08:51:27 +00:00
mod.rs First pass at implementing the Flex Layout Algorithm 2020-06-23 00:41:27 +02:00