theme_boost/aria

Enhancements to Bootstrap components for accessibility.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Methods

(inner) autoFocus()

Source:

After page load, focus on any element with special autofocus attribute.

(inner) collapseFix()

Source:
See:

Fix keyboard interaction with Bootstrap Collapse elements.

(inner) dropdownFix()

Source:

Drop downs from bootstrap don't support keyboard accessibility by default.

(inner) tabElementFix()

Source:

Fix accessibility issues regarding tab elements focus and their tab order in Bootstrap navs.

(inner) updateTabFocus(e)

Source:

Changes the focus to the correct tab based on the key that is pressed.

Parameters:
Name Type Description
e KeyboardEvent