Home - Priority 1 Index - Priority 2 Index - Priority 3 Index - Accesskeys - Accessibility Validators - Contact

Web Content Accessibility Guidelines

3.1

Priority 3 Item 1

Provide keyboard shortcuts to important links (including those in client-side image maps), form controls, and groups of form controls.

Assigning access keys to site navigation

<a accesskey="h" href="#"><em>H</em>ome</a> |
<a accesskey="o" href="#">Priority <em>O</em>ne Index</a> |
<a accesskey="t" href="#">Priority <em>T</em>wo Index</a> |
<a accesskey="m" href="#">Site <em>M</em>ap</a> |
<a accesskey="c" href="#"><em>C</em>ontact</a>

More Resources

Using accesskey to create keyboard shortcuts for links - WAI recommended technique.

View WAI Checkpoint 9.5 - Provide keyboard shortcuts to important links (including those in client-side image maps), form controls, and groups of form controls.