aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2016-10-31 20:24:27 +0100
committerMartin Robinson <mrobinson@igalia.com>2016-11-05 18:36:45 +0100
commitef82d772c19f797228d7ed2a9d8804f17588117c (patch)
tree920e575a8b2f638f05655171861f0730c8f385fe /python/tidy/servo_tidy/tidy.py
parentf7875dad1a43792ff3869f292990d03d30ebd9eb (diff)
downloadservo-ef82d772c19f797228d7ed2a9d8804f17588117c.tar.gz
servo-ef82d772c19f797228d7ed2a9d8804f17588117c.zip
Don't promote all scrollable regions to stacking contexts
Instead annotate all flows with their owning ScrollRoots. When processing the display list items into a flattened display list, we add PushScrollRoot and PopScrollRoot to signal when scrolling regions start and end. It is possible for content from different scrolling regions to intersect and when they do, the stack of scrolling regions is duplicated. When these duplicated scrolling regions stacks reach WebRender, it will scroll them in tandem. The PushScrollRoot and PopScrollRoot items are currently represented as StackingContexts in WebRender, but eventually these will be replaced with special WebRender display items. Fixes #13529. Fixed #13298.
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
0 files changed, 0 insertions, 0 deletions