WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: creating complex navigation between parts of the screen

for

From: Lucy Greco
Date: Oct 3, 2017 11:23AM


does any one have an example of code that does this i could share with
the instructor

Lucia Greco
Web Accessibility Evangelist
IST - Architecture, Platforms, and Integration
University of California, Berkeley
(510) 289-6008 skype: lucia1-greco
http://webaccess.berkeley.edu
Follow me on twitter @accessaces


On Tue, Oct 3, 2017 at 6:46 AM, Tim Harshbarger <
<EMAIL REMOVED> > wrote:

> 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.
>
>
>
>