This test file is modified.

W3C Logo W3C WAI Logo W3C WAI Test Suites

TABLE HEADER 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

Table 1 - not Header 1 Table 1 - not Header Table 1 - not Header
Header Cell 1.1 Cell 1.2 Cell 1.3
Header Cell 2.1 Cell 2.2 Cell 2.3

Non-structural text

Table 2 - Header 1 Table 2 - Header 2 Table 2 - Header 3
Cell 1.1 Cell 1.2 Cell 1.3
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">
<tr>
<td>Table 1 - not Header 1</td>
<td>Table 1 - not Header</td>
<td>Table 1 - not Header</td>
</tr>
<tr>
<th>Header Cell 1.1</th>
<td>Cell 1.2</td>
<td>Cell 1.3</td>
</tr>
<tr>
<th>Header Cell 2.1</th>
<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">
<tr>
<th>Table 2 - Header 1</th>
<th>Table 2 - Header 2</th>
<th>Table 2 - Header 3</th>
</tr>
<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