WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Group items with tabindex that have focusable children.

for

From: Birkir R. Gunnarsson
Date: Jul 20, 2016 8:40PM


Using the ARIA group role whose accessible name is the legend text for
the group a valid technique and is fairly well supported by screen
readers.
Of course, when native HTML can be used for the task, we should have
durn good reasons why it isn't used.
I wrote an article about the group role that can be found here:
http://a11yideas.com/testcode/makeGroupAccessible.html
Note, NVDA does not announce the legend of a fieldset, or accessible
name for a group, unless it goes into forms mode, something that it
does not do for checkboxes.
This is an NVDA defect and the ticket for it has existed for awhile
https://github.com/nvaccess/nvda/issues/3321
There really is little the author can do to fix this, sort of major
hacks like using aria-describedby to associate the legend text with
the first checkbox, and I hope this gets addressed soon.
-Birkir


On 7/20/16, Bossley, Pete < <EMAIL REMOVED> > wrote:
> Why not use a fieldset of checkboxes as answers an the legend of the
> fieldset be the question?
>
>