servo/components/gfx_traits
Patrick Walton 1e884ddc69 layout: Allow non-absolutely-positioned elements with overflow: scroll
set to be scrolled.

This makes them establish stacking contexts, which is a CSS 2.1 spec
violation. However, we were already violating the spec here for
absolutely-positioned elements with `overflow: scroll`. It will probably
be easier to fix this spec violation once we either switch entirely to
WebRender or we have multiple layers per stacking context.

Closes #2742.
2016-04-06 17:58:47 -07:00
..
Cargo.toml Bump serde to 0.7 2016-03-17 13:52:39 +01:00
color.rs Layerize canvas 2015-05-20 19:10:50 +02:00
lib.rs layout: Allow non-absolutely-positioned elements with overflow: scroll 2016-04-06 17:58:47 -07:00
paint_listener.rs Move FrameTreeId type to gfx_traits #9221 2016-01-13 13:36:28 +01:00