Tabbable

Posted by

Vincenzo Rubano
on · one minute reading.

Tabbable is a small JavaScript utility library that allows you to find descendants of a node within the DOM of a web page that are “tabbable” or “focusable”. It has no dependencies, and tries to deal with browser inconsistencies as much as possible.

If desired, it can keep into account element visibility in order to determine wether it is tabbable or focusable; however, this and other aspects can be configured via function parameters.

Filed under: