This test file is modified.
W3C WAI Test Suites
TABLE CAPTION navigation
Requirement Reference
- Test Suite: UAAG 1.0 Test Suite for HTML 4.01
- Guideline 9: Provide navigation mechanisms
- Checkpoint 9.9: Allow structured navigation
Test is required for conformance
Procedure
- Using the keyboard or an assistive technology that emulates the
keyboard, navigate forward and backward through the table captions on
this page.
Test
Non-structural text
Caption Navigation Table 1
| Cell 1.1 |
Cell 1.2 |
Cell 1.3 |
| Cell 2.1 |
Cell 2.2 |
Cell 2.3 |
Non-structural text
| Cell 1.1 |
Cell 1.2 |
Cell 1.3 |
Caption Navigation Table 2
| Cell 2.1 |
Cell 2.2 |
Cell 2.3 |
Non-structural text
Source Code
<p class="test">Non-structural text</p>
<table border="1" cellpadding="5" summary="Test header navigation table">
<caption>Caption Navigation Table 1</caption>
<tr>
<td>Cell 1.1</td>
<td>Cell 1.2</td>
<td>Cell 1.3</td>
</tr>
<tr>
<td>Cell 2.1</td>
<td>Cell 2.2</td>
<td>Cell 2.3</td>
</tr>
</table>
<p class="test">Non-structural text</p>
<table border="1" cellpadding="5" summary="Test header navigation table">
<caption>Caption Navigation Table 2</caption>
<tr>
<td>Cell 1.1</td>
<td>Cell 1.2</td>
<td>Cell 1.3</td>
</tr>
<tr>
<td>Cell 2.1</td>
<td>Cell 2.2</td>
<td>Cell 2.3</td>
</tr>
</table>
<p class="test">Non-structural text</p>
Results
- The user should be able to navigate sequentially through the table captions on this page while skipping non-structural text.
- The user can navigate both forward and backward through the table captions.
Copyright 2004 University of Illinois at Urbana/Champaign, Disclaimer