| STANDARD |
A method shall be provided that permits users to skip repetitive navigation links.
|
| APPLICATION |
Three options for creating skip navigational links. Examples of each are provided.
Obvious
White-on-white
Pixel
Method:
Create link as a foremost element
<a href=“#main”>Skip to Content</a>
Put “anchor” just before main content
<a name=“#main”></a>
|
|