E-mail List Archives
Re: Navigating listbox with NVDA
From: Birkir R. Gunnarsson
Date: Sep 24, 2017 11:44AM
- Next message: Beattie, Allan: "Re: Web accessibility and UK law - SENDA 2001 vs EQA 2010"
- Previous message: Patrick H. Lauke: "Re: Web accessibility and UK law - SENDA 2001 vs EQA 2010"
- Next message in Thread: Sean Keegan: "Re: Navigating listbox with NVDA"
- Previous message in Thread: mhysnm1964@gmail.com: "Re: Navigating listbox with NVDA"
- View all messages in this Thread
Are you following the ARIA 1.1 authoring practices pattern for listbox?
https://www.w3.org/TR/wai-aria-practices-1.1/
(the <ul> must have role listbox, each <li> has to have a role of
option, assuming there is no active element inside it, you have to
Script the behavior for the arrow keys to navigate between options,
and make sure that focus lands on the first one when user focuses it
witth the keyboard). How do you open the listbox? Is ther a separate
button that, when clicked, opens the listbox and places focus inside
it?
Maybe the menu button pattern would work better (essentially the same
amount of work, just slightly different roles).
NVDA should switch into application mode when focus lands inside an
element with role of listbox, but then you are responsible for all
keyboard navigation and activation inside it, the roles alone do not
give you that functionality.
Which always brings up the classic question, would it be possible to
just use a <select> element instead (I know they are difficult to
style so that is probably why you are not using it)?
On 9/24/17, <EMAIL REMOVED> < <EMAIL REMOVED> > wrote:
> Sean, likewise I would like to see a sample code of this UI, so I can test
> it. What happens if you use Jaws or Voice-Over?
>
>
- Next message: Beattie, Allan: "Re: Web accessibility and UK law - SENDA 2001 vs EQA 2010"
- Previous message: Patrick H. Lauke: "Re: Web accessibility and UK law - SENDA 2001 vs EQA 2010"
- Next message in Thread: Sean Keegan: "Re: Navigating listbox with NVDA"
- Previous message in Thread: mhysnm1964@gmail.com: "Re: Navigating listbox with NVDA"
- View all messages in this Thread