servo/components/layout_2020/flow
Martin Robinson 843df5b529 Add support for a stacking context pass to layout_2020
This adds an intermediary data structure that allows the display list
builder to move through the fragment tree in stacking context painting
order. Spatial nodes are built during this phase and all display list
items are added to the end of the display list.
2020-02-14 10:57:45 +01:00
..
construct.rs Store an OpaqueNode in boxes and fragments 2019-12-13 17:59:27 +01:00
float.rs Remove the Node type parameter from Contents 2019-12-13 17:51:06 +01:00
inline.rs layout_2020: Avoid decomposing mixed length / percentages in intrinsic sizing. 2020-02-12 02:43:23 +01:00
mod.rs Add initial support for scrollable overflow in layout_2020 2020-01-21 15:29:23 +01:00
root.rs Add support for a stacking context pass to layout_2020 2020-02-14 10:57:45 +01:00