WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: skip link breaks back button

for

From: Jared Smith
Date: Mar 17, 2014 10:08AM


On Mon, Mar 17, 2014 at 9:48 AM, Cameron Cundiff wrote:
> Skip links have been fixed in Chrome's rendering engine:
>
> https://code.google.com/p/chromium/issues/detail?id=37721

This only fixes the in-page link issue for screen reader users. Screen
readers set keyboard focus to elements that are scrolled to (they
wouldn't need to do this if the browser itself set focus). This does
not resolve the issues for sighted keyboard users, thus the continued
need for the scripting 'hacks'.

Jared