-
Bug
-
Resolution: Fixed
-
Normal
-
10.0.0
-
None
-
Security Level: Jimmy
-
None
Steps to Reproduce
Current Result
[aria-*] attributes do not match their roles
Each ARIA role supports a specific subset of aria- attributes. Mismatching these invalidates the aria- attributes. Learn how to match ARIA attributes to their roles.
Failing Elements |
---|
div#rXyH_ > main#rXyH1 > span#rXyHy > input#rXyHy-real <input type="checkbox" id="rXyHy-real" role="checkbox" aria-checked="true" aria-labelledby="rXyHy-cnt"> |
Home <input type="checkbox" id="rXyH_0-real" aria-label="Home" role="checkbox" aria-checked="true"> |
Expected Result
no reported problem
Debug Information
Workaround
- relates to
-
ZK-5437 Upgrade WCAG with the lighthouse 10.x detection tools
- Closed