- From: <bugzilla@jessica.w3.org>
- Date: Wed, 23 Oct 2013 09:25:11 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23603 --- Comment #2 from Antonio Gomes <tonikitoo@webkit.org> --- (In reply to Antonio Gomes from comment #1) > If Gecko's behavior is preferred, item (3) could get amended as: > > 3) If the element is the HTML body element, the Document is in quirks mode, > *and the element has no associated scrolling box*, return the value of > scrollY. > > likewise, scrollLeft would have to be changed, as well as the symmetric set > operations (setting scrollTop and scrollLeft). Tested on IE8 (old!) and the behavior is even more different: - on quirks mode, IE does not respect the body's overflow:scroll property at all; - on strict mode, it does, and creates "scrollable body" (not the documentElement element). It then behaviors like Opera and Firefox, as far as I can tell. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 23 October 2013 09:25:12 UTC