Skip to content
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

treeitem does not list aria-level as a supported property. #1605

Closed
eps1lon opened this issue Aug 25, 2021 · 1 comment · Fixed by #1676
Closed

treeitem does not list aria-level as a supported property. #1605

eps1lon opened this issue Aug 25, 2021 · 1 comment · Fixed by #1676
Assignees
Milestone

Comments

@eps1lon
Copy link
Contributor

eps1lon commented Aug 25, 2021

aria-level is listed as supported in ARIA 1.2 but not the latest editor draft

However, the description of aria-level still mentions treeitems as supported.

May have been an unintended side-effect of #1484 (previously aria-level would be inherited from listitem).

@jnurthen jnurthen added this to the ARIA 1.3 milestone Aug 26, 2021
@Lucas09da

This comment has been minimized.

scottaohara added a commit that referenced this issue Jan 14, 2022
closes #1605

adds `aria-level` to the supported states and property cell of the characteristics table since its no longer being inherited due to the change to `listitem`
pkra pushed a commit that referenced this issue Jan 20, 2022
closes #1605

adds `aria-level` to the supported states and property cell of the characteristics table since its no longer being inherited due to the change to `listitem`
pkra pushed a commit that referenced this issue Jul 14, 2022
closes #1605

adds `aria-level` to the supported states and property cell of the characteristics table since its no longer being inherited due to the change to `listitem`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@jnurthen @scottaohara @eps1lon @Lucas09da and others