aria-deprecated-role
Installation
SKILL.md
Avoid using deprecated ARIA roles
Using deprecated roles can lead to inconsistent behavior across different browsers and screen readers as they transition to newer standards.
Quick Reference
- Deprecated ARIA roles should be replaced with modern equivalents
- Browsers may drop support for deprecated roles in future versions
- Ensures long-term compatibility with assistive technologies
Check
Search the codebase for deprecated ARIA roles like directory or abstract roles that shouldn't be used in HTML.
Fix
Update deprecated ARIA roles to their modern recommended equivalents or use native HTML elements.