accesskey
using two latin charactersThere is a link, with accesskey=" g "
.
There should be a shortcut based on "g". The link will try to open a window with the Github repo for this test, so you can update the results section :)
Value of the accessKey DOM attribute:
accesskey
, but not the HTML5 version, the shortcut will not work.This test is on github to enable Pull Requests…
accessKeyLabel
DOM attribute.accessKey
The accesskey
attribute was first defined in HTML 4, and an improved version was redefined in HTML5
This is a basic test of whether browsers implement the part of the HTML5 algorithm that allowed the token(s) to be surrounded by whitespace. Browsers that do not assign an accesskey
when they the attribute is a single letter surrounded by spaces almost certainly do not implement the HTML5 algorithm for processing accesskey
at all.