servo/components/gfx/display_list
Patrick Walton df4acbac04 layout: Implement basic overflow: scroll functionality.
Known issues:

* Display list optimization can sometimes optimize out elements that
  should be shown. This affects the Enyo demo.

* The `overflow: scroll` container doesn't clip the inner layer properly
  when borders, border radius, etc. are present.

* `overflow-x: scroll` and `overflow-y: scroll` don't work individually;
  elements are scrolled all at once.

* Scrolling only works on absolutely-positioned elements.
2015-08-10 21:27:04 -07:00
..
mod.rs layout: Implement basic overflow: scroll functionality. 2015-08-10 21:27:04 -07:00
optimizer.rs Support transforms for display list optimization. Prevents clipping in #6643. 2015-08-05 11:48:07 +10:00