axe-core
https://github.com/dequelabs/axe-core
JavaScript
Accessibility engine for automated Web UI testing
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported3 Subscribers
Add a CodeTriage badge to axe-core
Help out
- Issues
- fix(aria-allowed-role): restrict figure roles with child figcaption
- ARIA in HTML: disallow aria-expanded/aria-pressed on a summary that is a details summary
- fix(aria-allowed-role): allow roles on a non-details summary
- fix(aria-prohibited-attr): allow aria-label/labelledby on section and aside
- Audit ARIA in HTML global aria-* allowances for null-role elements (e.g. form) in aria-prohibited-attr
- fix(aria-prohibited-attr): prohibit aria-label/labelledby on body and label
- feat(aria-allowed-attr): flag deprecated ARIA attributes as needs-review
- feat(aria): support role=image as a synonym for role=img
- fix(aria-allowed-role): allow recommended roles on input type=button
- Add standards support to return needs-review for not-recommended-but-valid ARIA roles/attributes
- Docs
- JavaScript not yet supported