WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: /*/ Tab index -for content also?

for

From: John Foliot - WATS.ca
Date: May 30, 2005 6:05AM


<EMAIL REMOVED> :Joshue O Connor wrote:
>>
>> Should I
>> put tab index also at the main content (simple text) also?
>
>
> In my opinion tabindex is best applied only when you wish to guide a
> user through a form. I dont suggest using them for full page
> navigation as there are other methods that screenreader users can
> navigate pages by such as by correctly marked up headings etc.
>

Agreed! Fedez, I strong suggest that you *not* try and add special markup
to accommodate one form of adaptive technology over any others. TabIndex is
generally reserved for forms, and even then should be used with restraint.

All screen reading technologies will read your page content in a linear
fashion, from top to bottom. Ensuring that the content is in a logical
linear presentation is more important than running around slapping tabindex
here and there in an effort to guide the user along. While your efforts to
accommodate are well intentioned, there *is* such a thing as going
over-board, and this approach is one of them.

>> I can