-
Notifications
You must be signed in to change notification settings - Fork 126
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
Hierarchy of treeitems per aria level only? #2065
Comments
I don't really undestand the conflict. If you put an aria-level** on an treeitem element, you can simply change the implicit level given by the natural group depth. The group role in ARIA 1.3 definition is not allowed itself to use aria-level. |
The ARIA specification does not state that there are 2 methods to specify the hierarchy: with aria-level and with group. This is important for tree structures. Furthermore, the ARIA specification always requires the use of group, even if aria-level is available. I think this is unnecessary. |
Discussed at https://www.w3.org/2023/10/19-aria-minutes.html#t01 |
Discussed in today's ARIA WG meeting: https://www.w3.org/2023/11/30-aria-minutes.html#t08 |
Description of bug or feature request
treeitem:
In this case, the hierarchy of the treeitems results from the hierarchy of the groups.
In addition, aria-level can be used with the treeitem.
Two problems arise from this:
My suggestion:
Will this require a change to CORE-AAM?
I do not think so
Will this require a change to the ARIA authoring guide?
Not necessarily, but the aria-level example could be modified to remove the hierarchy by group
The text was updated successfully, but these errors were encountered: