[Bug 23603] should body.scrollTop/Left return an overflown body's scroll offset in both strict and quirks modes?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23603

--- Comment #9 from Simon Pieters <simonp@opera.com> ---
Hmm. Dispatching on overflow in the two directions separately seems confusing,
though. Gecko doesn't appear to do that, just dispatches on whether there's a
scrolling box.

http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2585
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/2586

I think I'll go with that since using the body in one direction and the
viewport in the other is just asking for trouble...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 23 October 2013 12:28:41 UTC