accesskey
valueThere is a button, with accesskey="word"
, and links with accesskey="слово"
and accesskey="この"
.
A strict HTML5 implementation will not make a shortcut available for the button. An HTML4 implementation may do so. The button will try to open a window with the Github repo for this test, so you can update the results section :)
Try a cyrillic: accesskey="слово"
. The test is on github to enable Pull Requests…
Try a hiragana keyboard: accesskey="この"
. The test is on github to enable Pull Requests… And I doubt this works at all on Mac, maybe it does something on Edge…
Value of the link's accessKey DOM attribute:
This test is on github to enable Pull Requests…
accessKeyLabel
DOM attribute, but it seems not to enable any shortcut.accessKeyLabel
DOM attribute, but it seems not to enable any shortcut.accessKeyLabel
DOM attribute, but it seems not to enable any shortcut.accessKey
The accesskey
attribute was first defined in HTML 4, and an apparently improved version was redefined in HTML5. This was subsequently removed in HTML 5.1, because it didn't work, as this and related tests demonstrate.
The HTML4 version of accesskey
does not define error handling, whereas in the HTML 5 algorithm, @@ will use it as the base of a shortcut. Chaals' proposal for accesskey explicitly allows the use of words, for example as suggested voice commands, or gestures.