Providing keyboard-triggered event handlers

ID: G90

Technology: general

Type: Technique

When to Use

Applies to all technologies where content includes functionality.

Description

The objective of this technique is to permit individuals who rely on a keyboard or keyboard interface to access the functionality of the content. To do this, make sure that all event handlers triggered by non-keyboard UI events are also associated with a keyboard-based event, or provide redundant keyboard-based mechanisms to accomplish the functionality provided by other device-specific functions.

Examples

Tests

Procedure

  1. check that all functionality can be accessed using only the keyboard

Expected Results

Resources