Merge pull request #54 from BogdanCerovac/keyboard-skip-to-content-visible

Update accessibility checklist for skip-to-content link
This commit is contained in:
Addy Osmani
2026-04-11 18:24:58 -07:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ Quick reference for WCAG 2.1 AA compliance. Use alongside the `frontend-ui-engin
- [ ] Focus is visible (outline/ring on focused elements) - [ ] Focus is visible (outline/ring on focused elements)
- [ ] Custom widgets have keyboard support (Enter to activate, Escape to close) - [ ] Custom widgets have keyboard support (Enter to activate, Escape to close)
- [ ] No keyboard traps (user can always Tab away from a component) - [ ] No keyboard traps (user can always Tab away from a component)
- [ ] Skip-to-content link at top of page - [ ] Skip-to-content link at top of page - visible (at least) on keyboard focus
- [ ] Modals trap focus while open, return focus on close - [ ] Modals trap focus while open, return focus on close
### Screen Readers ### Screen Readers