# WCAG 2.1 AA Accessibility Audit Guide Comprehensive checklist for building accessible web interfaces. Every requirement maps to WCAG 2.1 Level AA success criteria. --- ## 1. Semantic HTML Priority ALWAYS use semantic HTML before reaching for ARIA. Native elements carry built-in keyboard behavior, focus management, and screen reader announcements that ARIA can only approximate. ### Element Selection Rules | Instead of | Use | |---|---| | `