Update accessibility checklist for skip-to-content link

Clarified the requirement for the skip-to-content link to be visible on keyboard focus - as it is mostly beneficial to users that can see the screen (but also others)
This commit is contained in:
Bogdan Cerovac
2026-04-10 23:07:48 +02:00
committed by GitHub
parent b3e9059874
commit af1f09634a
+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)
- [ ] 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
- [ ] Skip-to-content link at top of page - visible (at least) on keyboard focus
- [ ] Modals trap focus while open, return focus on close
### Screen Readers