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 HTML - tabindex attribute (tab order)

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...
HTML - tabindex attribute (tab order)

tabindex is a global attribute that specifies whether: the element represents an element that is is focusable (that is, that you can click or navigate with tab or an element which is part of the sequence...



Share this page:
Follow us:
Task Runner