WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: creating complex navigation between parts of the screen

for

From: Tim Harshbarger
Date: Oct 3, 2017 7:46AM


You could accomplish that through javascript. When focus moves from the field to the toolbar, you would just need to store information on which field had focus at the time. Then when the user uses the keystroke to return to the original field, javascript can set focus to that field.