dequelabs / dequelabs/axe-core
Verify aria-disabled inherits for commons.forms.isDisabled
Open
tech debt
- Dominant language
- JavaScript
- Stars
- 7.5k
- Forks
- 933
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 17
Description
`commons.forms.isDisabled` walks up the ancestor tree looking for `disabled `or `aria-disabled`. We verify that `disabled` is only used on disablable elements, but we don't have any validation for `aria-disabled`. We should verify that `aria-disabled` is inherited and if it matters what roles it's placed on.
Contributor guide
Assessment
This issue has not been assessed yet.