servo/components/layout_2020/fragment_tree
Martin Robinson a05598402e
Add initial support for sticky positioning for non-legacy layout (#30686)
* Add initial support for sticky positioning for non-legacy layout

Many tests still fail for a variety of reasons. One of the primary ones
is that CSSOM currently does not return correct values for elements
positioned by sticky nodes. This requires changes to WebRender to work
properly.

* Fix an assertion failure in the legacy layout sticky code
2023-11-29 09:03:24 +00:00
..
base_fragment.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
box_fragment.rs Add initial support for sticky positioning for non-legacy layout (#30686) 2023-11-29 09:03:24 +00:00
containing_block.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
fragment.rs Refactor scrolls on the window object (#29680) 2023-09-15 10:57:54 +00:00
fragment_tree.rs Further changes required by Servo 2023-11-24 08:57:14 +01:00
hoisted_shared_fragment.rs Layout 2020: Rename flow_relative types to Logical... (#30324) 2023-09-12 07:31:30 +00:00
mod.rs Layout 2020: Move all Fragment code to the fragment_tree directory 2023-06-04 18:12:11 +02:00