Firefox Tomorrow

web api instance property

HTMLElement: accessKey property

View on MDN ↗

The HTMLElement.accessKey property sets the keystroke which a user can press to jump to a given element.

[!NOTE] The HTMLElement.accessKey property is seldom used because of its multiple conflicts with already present key bindings in browsers. To work around this, browsers implement accesskey behavior if the keys are pressed with other “qualifying” keys (such as Alt + accesskey).

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also