HTML - Keyboard Navigation (key event)

About

Navigation / Manipulation of an HTML document with the keys of a keyboard.

Key

Tab

The tab key is the default key that permits to move from a interactive element to another and therefore change the focus (active element).

More see What is the HTML tabindex attribute? (ie taborder)

Space

On a document, the space will scroll the page (go down on the scrollbar for one page)

Arrow Up / Down

On a document by default, the scroll bar will go up/down

See DOM Event - Scroll

Accesskey

HTML - Accesskey Attribute (keyboard shortcut)

Event

As a keyboard is an input device, all event for the keyboard are of the input device category

Documentation / Reference





Discover More
HTML - Accesskey Attribute (keyboard shortcut)

All HTML elements may have the accesskey content attribute set. The accesskey attribute's value is used by the user agent as a guide for creating a keyboard shortcut that focuses (ie activates) the...



Share this page:
Follow us:
Task Runner