E-mail List Archives
Re: alternative to use of onChange in select menus
From: Steve Faulkner
Date: Jun 9, 2011 7:24AM
- Next message: Donald Evans: "Re: alternative to use of onChange in select menus"
- Previous message: Michael.Moore@dars.state.tx.us: "Re: alternative to use of onChange in select menus"
- Next message in Thread: Donald Evans: "Re: alternative to use of onChange in select menus"
- Previous message in Thread: Michael.Moore@dars.state.tx.us: "Re: alternative to use of onChange in select menus"
- View all messages in this Thread
also note that in browsers other than IE the navigation of the select
options uisng the keyboard does not cause the onchange event to fire, the
user having selected an option must press enter to activate the event.
--
with regards
Steve Faulkner
Technical Director - TPG
www.paciellogroup.com |
www.HTML5accessibility.com<http://www.html5accessibility.com/>|
www.twitter.com/stevefaulkner
HTML5: Techniques for providing useful text alternatives -
dev.w3.org/html5/alt-techniques/
Web Accessibility Toolbar - www.paciellogroup.com/resources/wat-ie-about.html
On 9 June 2011 13:48, < <EMAIL REMOVED> > wrote:
> Use of onChange on a dropdown menu is certainly not a best practice for
> accessibility, but it is not a drop dead barrier either. Screen reader and
> other keyboard users can use the dropdown if they open it with alt+down
> arrow, then move to their selection and tab out of the control. The problem
> occurs if they simply try to use the down arrow without opening the control.
> Some folks argue that these folks are simply not using their keyboards
> correctly.
>
> Michael Moore
>
>
>
- Next message: Donald Evans: "Re: alternative to use of onChange in select menus"
- Previous message: Michael.Moore@dars.state.tx.us: "Re: alternative to use of onChange in select menus"
- Next message in Thread: Donald Evans: "Re: alternative to use of onChange in select menus"
- Previous message in Thread: Michael.Moore@dars.state.tx.us: "Re: alternative to use of onChange in select menus"
- View all messages in this Thread