Test Case Description for Navigation Links
Purpose: Verify that assistive technology can access the main content which skips over navigation links to get to.Initial Conditions:
- Have Screen Reader program installed.
Steps/Description:
- View the site with browser.
- View the site
with Screen Reader and activate the "Skip Navigation Links" to skip to
the main content of the page.
Expected Results:
- In Step1,a text link"Skip Navigation Links" is displayed at the top
of the page.
- In Step2,the "Skip to ..." link is taken and SR begins reading at the
begining of the main content.
HTML Source Code:
<a href="#maincontent">Skip Navigation Links</a>
......
<a name="maincontent"></a><h1> The main content...</h1>