WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: source order

for

From: Karl Groves
Date: Apr 7, 2008 4:00PM


On the surface, this seems like an excellent idea. But it also begs the
question: What happens when you want to get to the navigation?

Section 508 1194.22(o) says "A method shall be provided that permits users
to skip repetitive navigation links."

Commonly, developers will add a "Skip to Content" link immediately after
<body> which allows users to circumvent the global navigation.

Others espouse the method you describe and provide a "Skip to navigation"
link instead. This is an incorrect approach, IMO, and potentially
frustrating to multiple types of disabled users who may actually expect that
the global navigation will be early in the tab order, rather at the end of
all the page content.

IMO, the better approach is the "Skip to Content" link.


Karl Groves
AIM/YIM: karlcore
Skype: eight.pistons
www.WebAccessStrategies.com


>