mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
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. |
||
---|---|---|
.. | ||
Cargo.toml | ||
constellation_msg.rs | ||
lib.rs |