Accessibility checklist (WCAG 2.2 AA)
Use this as a walk-through, top to bottom. If you can't answer "yes" or "N/A" for a line, fix it.
Semantics
- The element matches the intent.
<button>for actions.<a>for navigation. Lists use<ul>/<ol>. Landmarks use<main>/<nav>/<header>/<footer>/<aside>. - Headings form a valid outline — one
<h1>, no skipped levels. - Forms have
<label>s (oraria-labelledby). Placeholder is not a label.
Keyboard
- Every
[Description truncada. Veja o README completo no GitHub.]