WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Alt+Down arrow in combo box well known?

for

From: Brandon Keith Biggs
Date: Apr 6, 2017 5:04PM


Hello,
If you would like the feel to be the same for blind and sighted
users,couldn't one just check for click, space and return rather than the
onchange event?
Thanks,


Brandon Keith Biggs <http://brandonkeithbiggs.com/>;

On Thu, Apr 6, 2017 at 3:49 PM, Beranek, Nicholas <
<EMAIL REMOVED> > wrote:

> It's also a violation of SC 3.2.2 On Input to change context upon
> selecting an option.
>
> Nick
>
>
>
> Sent from my iPhone
> > On Apr 6, 2017, at 6:34 PM, Bossley, Peter A. < <EMAIL REMOVED> > wrote:
> >
> > I would say that you can't rely on them knowing about expanding select
> boxes. Also, Changing something based on someone arrowing through a select
> list is a bad idea for a few reasons, but mostly because screen reader
> users might not be aware of the change. Worse yet is if the change involves
> moving focus or loading a new page, that'll create issues for both screen
> reader and keyboard users.
> >
> >