- From: <bugzilla@jessica.w3.org>
- Date: Fri, 11 Mar 2016 15:53:04 +0000
- To: public-css-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25323 Simon Pieters <simonp@opera.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rbyers@chromium.org --- Comment #3 from Simon Pieters <simonp@opera.com> --- So it's 50/50. :-( It seems .pageY contains potentially useful information in Gecko. Searching on github reveals that there are some pages that use it to record/store scroll position: https://github.com/search?l=javascript&q=onscroll+pagey&type=Code&utf8=✓ It seems less risky for WebKit/Blink to switch to UIEvent than the other way around, so I suggest we change scroll to use UIEvent. Relatedly, in Gecko, .pageY is on UIEvent, not on MouseEvent as the current spec says. Though Chromium has it on MouseEvent. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3987 Rick, do you have opinions? -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 11 March 2016 15:53:07 UTC