This test file is modified.
W3C WAI Test Suites
TH elements
Requirement Reference
- Test Suite: UAAG 1.0 Test Suite for HTML 4.01
- Guideline 2: Ensure user access to all content
- Checkpoint 2.3: Render conditional content
Test is required for conformance
Procedure
- The user agent should render the table with TH element content.
Test
| Header 1 | Header 2 | Not Header |
| Test Cell 1 | Test Cell 2 | Test Cell 3 |
Source Code
<table summary="This table tests the ability of user agents to display table header content" border="1">
<thead>
<tr><th>Header 1</th><th>Header 2</th></tr>
</thead>
<tbody>
<tr><td>Test Cell 1</td><td>Test Cell 2</td></tr>
</tbody>
</table>
Results
- The contents of the TH elements is available to the user agent.
- The user agent differentiates between information contained with TH elements and information contained within TD elements.
Copyright 2004 University of Illinois at Urbana/Champaign, Disclaimer