WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Drop down menus?

for

From: Liv Detrick
Date: Mar 19, 2010 11:09AM


Thanks for your responses! Would you recommend adding some sort of notation
about using Alt+Up Arrow to help navigate the menu if it uses the onChange
event? I do find that the page reloading with onChange is a pain,
especially on a slow connection. I guess this is where Ajax is supposed to
come in and refresh data displayed in the second dropdown menu without
refreshing the entire page. From what I've read, the problem is that a
screenreader would not recognize and alert the user to this change made with
Ajax, although I'm not sure if that issue applies in this context?

Thanks
Liv



On Wed, Mar 17, 2010 at 2:00 PM, < <EMAIL REMOVED> >wrote:

> Send WebAIM-Forum mailing list submissions to
> <EMAIL REMOVED>
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://list.webaim.org/mailman/listinfo/webaim-forum
> or, via email, send a message with subject or body 'help' to
> <EMAIL REMOVED>
>
> You can reach the person managing the list at
> <EMAIL REMOVED>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of WebAIM-Forum digest..."
>
> Today's Topics:
>
> 1. Accessible NCAA Bracket 2010 (Terrill Thompson)
> 2. Re: Dropdown menus? (Moore,Michael (DARS))
> 3. Re: Dropdown menus? (Travis Roth)
> 4. Re: Drop down menus? (Geof Collis)
>
>
> ---------- Forwarded message ----------
> From: Terrill Thompson < <EMAIL REMOVED> >
> To: WebAIM Discussion List < <EMAIL REMOVED> >
> Date: Tue, 16 Mar 2010 17:20:27 -0700
> Subject: [WebAIM] Accessible NCAA Bracket 2010
> Hi All,
>
> With 16 hours to spare before the Round 1 games begin, I've just updated
> the Accessible NCAA Tournament Bracket:
> http://terrillthompson.com/ncaa
>
> I've done this for the past several years - created a bracket that uses
> good HTML structure to help screen reader users to navigate between regions
> and rounds, stylized with CSS so it looks like a bracket to sighted users.
> This year for the first time, I've also included an accessible tournament
> pool application, so screen reader users (and anyone else who's interested)
> can independently fill out a bracket and play along (for bragging rights
> only, of course!)
>
> If you want to participate in the pool, you have to sign up and fill out a
> bracket before the Round 1 games start tomorrow Wednesday at 12:30pm
> Eastern. All the other features will be available throughout the tournament.
>
> Please spread the word to anyone you think might be interested. As always
> I'm open to feedback about how to improve the accessibility and usability of
> this application.
>
> Cheers,
>
> Terrill Thompson
> Technology Accessibility Specialist
> DO-IT, Accessible Technology
> UW Technology Services
> University of Washington
> <EMAIL REMOVED>
>
>
>
>
> ---------- Forwarded message ----------
> From: "Moore,Michael (DARS)" < <EMAIL REMOVED> >
> To: WebAIM Discussion List < <EMAIL REMOVED> >
> Date: Wed, 17 Mar 2010 10:24:50 -0500
> Subject: Re: [WebAIM] Dropdown menus?
> I have found these to work quite well. Having them triggered with an
> onChange event can be a bit of a processing issue when the user works with a
> keyboard and uses the down arrow to move through the list. The onChange
> event is triggered each time the user moves to the next selection in the
> list.
>
> Mike Moore
>
>