Best Practice N°5 - Level 2- Section accessibility
Description
The entire site is navigable using only keyboard input.
Objectives
Enable users who can not use a mouse to navigate the site.
Possible technical solutions:
Avoid using technologies that don’t support full keyboard input such as Flash or Java. If needed make use of the tabindex and accesskey attributes to improve usability
Control methods:
Test the site using only a keyboard.
Put these Best Practices to use.