Web Development
Web Developer Guidelines
Visual Design Recommendations

Checkpoint 2.1 - Mobile-PDA

Navigation is text only

WCAG 1.0 Priority 2

WCAG Guideline 13. Provide clear navigation mechanisms.

Mobile devices are constrained by the time taken to download content from the server and by the size of the screen, amongst other things. Navigation that is image-based takes up valuable bandwidth and uses more screen space than similar text. In addition, maintenance tasks are much more involved where images need to be recreated to reflect any navigation change, whereas text can be easily modified.

Requirement

Navigation is text only

Recommendation

Use CSS to style text-based links for the desired visual appearance.

Checking Tool

View the page on a mobile device and verify that all navigation is text-based.

Information Source

The original source of this information is located on the W3C web site  (www.w3.org/TR/WCAG10-TECHS/#tech-clear-nav-mechanism)

 

Back to top