-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of group within list is unclear #1011
Comments
Just to let you know what the output of JAWS 2019 (e.g. with IE 11 and in Chrome) of ARIA lists is like: The following roles are not output as nested lists (specified in the order of their nesting in the source code)
The following elements are output as a nested list
So this seems to be quite a mess, while for HTML it is clearly specified how nested lists must be marked. |
Making 1.2 for now and asking APG TF to look into. |
I haven't been able to find any instance where it made any meaningful difference to use |
See dequelabs/axe-core#1200 for more discussion on this |
Neither the definition of the roles list, listitem and group nor the definition of aria-level in the specification contains any indication of how nested ARIA lists are created. Is the use of group sufficient or is aria-level required? If there is an element with role=group in role=list, this could be used to group or nest the list entries...? Unfortunately, the specification makes no statement about this.
Therefore I would like to know how
is marked in ARIA. I would also suggest changing the specification so that it becomes clear.
The text was updated successfully, but these errors were encountered: