-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The spec says that when a user presses the access key, the user agent must focus the target element, but it may trigger the action of the command.
Why?
If user agents are allowed to not trigger the action of the command, then authors can't rely on accesskey as a replacement for existing shortcuts that trigger actions. That will result in authors sticking with JavaScript key handlers rather than switching to accesskey.
I propose that we require user agents to trigger the action of the command if accesskey is placed on an activatable element. That will make it more useful to authors and encourage its adoption.
Metadata
Metadata
Assignees
Labels
No labels