12.10
On each web page, are keyboard shortcuts using only one key (lowercase or uppercase letter, punctuation, number or symbol) controllable by the user?
WCAG Reference
WCAG 2.1.4Tests
- 12.10.1
On each web page, does each keyboard shortcut using only one key (upper or lower case letter, punctuation, number or symbol) meet one of these conditions?
A mechanism is available to disable the keyboard shortcut.
A mechanism is available for configuring the keyboard shortcut using the modifier keys (<kbd>Ctrl</kbd>, <kbd>Alt</kbd>, <kbd>Shift</kbd>, etc.).
In the case of a user interface component, the associated keyboard shortcut can only be activated if the keyboard focus is on this component.
WCAG Techniques
- F99
- G217