This test file is modified.

W3C Logo W3C WAI Logo 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

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


Copyright 2004 University of Illinois at Urbana/Champaign, Disclaimer