- From: <bugzilla@jessica.w3.org>
- Date: Wed, 23 Oct 2013 12:33:37 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23603 --- Comment #10 from Mike Sherov <mike.sherov@gmail.com> --- If I'm reading the spec and the proposal here correctly, it *seems* that quirks mode has no non-buggy behavior, unless in quirks mode there is no way to scroll the frame independently of the body. The same would go for standards mode, unless there is no way to scroll the root element independently of the frame. I'm mobile at the moment, so excuse my lack of a link to a test case. In theory, in quirks mode, a user can do this: body {height:120%; overflow:scroll;}. There is then no way the user can determine the correct scrollOffset, because you can't detect when the difference between both the body and frame being independently scrolled vs. only the body being scrolled. Again, the same would be true of standards mode and the root element unless they can't be independently scrolled. This surfaces as bugs in jQuery UI FWIW. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 23 October 2013 12:33:38 UTC