WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: strange sr issue

for

From: Bim Egan
Date: Sep 17, 2014 4:48AM


Hi,

I've seen this in a few applications that are written as a single page, but
scripted to show a given number of "page views", like a multi-part form, but
without having to run a server session. The focus landing at the bottom of
the page was an issue for all keyboard users though, not just those using
SR. The Visual focus was fine, it was just the keyboard focus that was a
problem.

It was cured by using JS to position the focus at the top of each new "page
view".

Bim