servo/components/gfx_traits
Martin Robinson daf638bc3f Fix fixed position items with parents with CSS clips
In order to properly handle CSS clipping, we need to keep track of what
the different kinds of clips that we have. On one hand, clipping due to
overflow rules should respect the containing block hierarchy, while CSS
clipping should respect the flow tree hierarchy. In order to represent
the complexity of items that are scrolled via one clip/scroll frame and
clipped by another we keep track of that status with a
ClipAndScrollInfo.
2017-08-03 17:52:02 +02:00
..
Cargo.toml Remove explicit dependencies on serde_derive 2017-06-16 13:58:21 +02:00
lib.rs Fix fixed position items with parents with CSS clips 2017-08-03 17:52:02 +02:00
print_tree.rs Correct the unicode codes used for tree printing 2016-10-11 11:44:38 +02:00