[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 #17 from Antonio Gomes <tonikitoo@webkit.org> ---
(In reply to Simon Pieters from comment #9)
> 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...

Thanks for te fix, Simon. These links are great too!

So after playing with these two samples on Firefox, it seems if there is an
scrollable box (with or without overflown content), body.scrolltop/left won't
never get applied to the viewport. It happens in both strict and quirks mode.
Does it sound correct?

If so, Firefox does pretty well..

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

Received on Thursday, 24 October 2013 03:01:31 UTC