[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 #20 from Simon Pieters <simonp@opera.com> ---
It goes like this (omitting things that don't apply):

[[
When setting the scrollTop attribute these steps must be run:

1. ...

2. ... let y be the given value.

3. ...

4. ...

5. If the element is the HTML body element, the Document is in quirks mode, and
the element does not have an associated scrolling box, invoke scroll() with
scrollX as first argument and y as second, and, if the given value is a
ScrollOptionsVertical object, the given value as the third argument, and
terminate these steps.

...
]]

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

Received on Thursday, 24 October 2013 11:13:03 UTC