Previous Page
Next Page

Accesskey Underlining Library (AUL)

Web site: www.gerv.net/software/aul/

License: New BSD

AUL is a JavaScript library that, when included, adds additional behaviors to your HTML page based on existing accesskey attributes. It works by taking HTML elements that have accesskey attributes and adding underlines under the matching characters within the label. For example, a button defined as <button accesskey="b">button</button> would be displayed with an underline under the b. This allows you to easily match accesskey display standards without filling your HTML with extra markup.


Previous Page
Next Page