[Bug 24748] An event to notify the page that we're about to scroll (e.g. because a node was focused)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24748

--- Comment #4 from Simon Pieters <simonp@opera.com> ---
How about 'beforescroll'?

So these cases should not fire it:

User scrolls normally.
Scrolling API is invoked.
focus() is invoked.

But these should (if scrolling is necessary):

User asks for AT focus on some element.
User asks for keyboard focus on some element (e.g. tabs to it).

?

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

Received on Tuesday, 25 February 2014 09:46:42 UTC