Skip to main content

Module focus

Module focus 

Source

Structsยง

DocumentFocusHandler ๐Ÿ”’
The DocumentFocusHandler is a structure responsible for handling and storing data related to focus for the Document. It exists to decrease the size of the Document. structure.
FocusableAreaKind ๐Ÿ”’
The kind of focusable area a FocusableArea is. A FocusableArea may be click focusable, sequentially focusable, or both.
SequentialFocusNavigationSearch ๐Ÿ”’
This structure is used to do a traversal search of the DOM in order to find an appropriate target when doing sequential focus navigation, such as when handling tab key presses.

Enumsยง

Continue ๐Ÿ”’
FocusableArea ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#focusable-area
SequentialFocusNavigationMechanism ๐Ÿ”’
https://html.spec.whatwg.org/multipage/#selection-mechanism
SequentialFocusNavigationSearchContext ๐Ÿ”’

Functionsยง

compare_tab_indices ๐Ÿ”’
Compare two tab indices according to https://html.spec.whatwg.org/multipage/#tabindex-value.