KWCAG 2.2 · 6.1.1
How to test Keyboard accessible
How to evaluate the KWCAG 2.2 checkpoint “Keyboard accessible”. Automation catches part of it; the rest needs a person.
Which standards this maps to
- Korean standard (KWCAG 2.2)
- 6.1.1 Keyboard accessible
- Operable
- International standard (WCAG 2.2)
- 2.1.1 Keyboard (A) ↗2.1.2 No Keyboard Trap (A) ↗
How to test it
Operate every feature using only the keyboard; ensure no keyboard traps.
What automation covers
5 automated rules judge this checkpoint. Each comes with remediation guidance.
Server-side image maps are not accessible
server-side-image-mapReplace server-side image maps with client-side maps or plain links.
Scrollable regions must be keyboard accessible
scrollable-region-focusableGive scrollable containers tabindex 0 and an accessible name.
Frames with focusable content must not have tabindex=-1
frame-focusable-contentRemove tabindex=-1 from frames containing focusable content.
Interactive controls must not be nested
nested-interactiveDo not nest interactive elements; merge or separate them.
Clickable element is not keyboard operable
a11ychk:keyboard-clickableElements with onclick but no keyboard focus/handler can't be operated by keyboard. Prefer <button>, or add tabindex, role, and key handlers.
See how your own site does
Enter a URL and we will check this checkpoint along with the other 32. One page can be audited without signing in.
Run a free check