-
Notifications
You must be signed in to change notification settings - Fork 333
Description
Hi,
Checkpoint 2.1.4 states that at least one of three conditions must be met to pass.
The first two are clear, but I am having a hard time understanding the third, which is:
Active only on focus: The keyboard shortcut for a user interface component is only active when that component has focus.
Let's say that I have a 1-character shortcut for a "Zoom in" button. If the shortcut is only active when the button has focus, then why do I need the shortcut at all? I can just trigger the button.
A similar question would apply if I have a menu button whose menu items have 1-character shortcuts. If the shortcuts can only be active when the menu is open and focus is on the menu item, I can just trigger the menu item.
I checked the WCAG definition of "User interface component," but that didn't provide any extra insight.
The page that explains the checkpoint does not have any examples. Could you please update the page with some examples?
Thanks!