WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: drop down lists

for

From: Jukka K. Korpela
Date: Mar 17, 2008 11:50AM


James Bailey wrote:

> Has there been any improvement on drop down lists?

It depends on how they have been implemented and what they are used for.
Generally, drop down lists remain an accessibility problem, but
sometimes they might be the least of evils.

> The versions I am
> seeing force the keyboard user to tab through the entire list before
> moving to the next one.

When a normal <select> element is used, tab normally takes you to the
next input item (or link), and you use arrow keys to move inside the
selection list. But then it won't often even appear as a drop down list
but as a scrollable box, which is sometimes better but often awkward for
a long list.

> Seems like there should be a way to tab
> across the top buttons without launching the list.

Which "top buttons"?

I have a _bad_ feeling about this... You mean _navigational_ drop down
lists? Just don't. Mm'kay? Use links, Luke. If this your problem is, the
following document read you must:
http://www.cs.tut.fi/~jkorpela/forms/navmenu.html

(Any "more advanced" drop down list techniques than forms and scripting
are most probably more advanced only in creating confusion.)


Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/