# Accessibility Checklist Quick reference for WCAG 2.1 AA compliance. Use alongside the `frontend-ui-engineering` skill. ## Essential Checks ### Keyboard Navigation - [ ] All interactive elements focusable via Tab key - [ ] Focus order follows visual/logical order - [ ] Focus is visible (outline/ring on focused elements) - [ ] Custom widgets have keyboard support (Enter to activate, Escape to close) - [ ] No keyboard traps (user can always Tab away from a component) - [ ] Skip-to-content link at top of page - [ ] Modals trap focus while open, return focus on close ### Screen Readers - [ ] All images have `alt` text (or `alt=""` for decorative images) - [ ] All form inputs have associated labels (`