Thoughts on APZ Keyboard Scrolling

To perform async keyboard scrolling, APZ would need to know two things:

  (1) How to map keyboard events to scroll actions (e.g. "down arrow" to "scroll down by a line")


  (2) What to scroll (roughly, the nearest enclosing scrollframe of the currently focused element)


Action Items