W3CWeb Accessibility Initiative Home

Outline View of the CAPTION attribute for TABLE elements

On this page: Test 1 | References | About these tests

Nearby: More HTML 4.01 Tests | UAAG 1.0 Test Suite

UAAG 1.0 Requirement

Checkpoint 10.4 Provide outline view (Priority 2 )
Provision 1 : Make available to the user an "outline" view of rendered content, composed of labels for important structural elements (e.g., heading text, table titles, form titles, and other labels that are part of the content).

Test 1 :

Procedure

  1. The user agent should respond to a user query for an outline view in a separate viewport.

Run test

Caption of Test Table 1
Cell 1.1 Cell 1.2
Cell 2.1 Cell 2.2
Caption of Test Table 2
Cell 1.1 Cell 1.2
Cell 2.1 Cell 2.2
Caption of Test Table 3
Cell 1.1 Cell 1.2
Cell 2.1 Cell 2.2
Caption of Test Table 4
Cell 1.1 Cell 1.2
Cell 2.1 Cell 2.2

Expected results

  1. The user agents provides an outline view of the table CAPTION elements on this page.

Source code

<table border="1" cellpadding="5" summary="Test table 1 for caption outline test suite" border="1" cellpadding="5" summary="Test table 2 for caption outline test suite" border="1" cellpadding="5" summary="Test table 3 for caption outline test suite" border="1" cellpadding="5" summary="Test table 4 for caption outline test suite">
  <caption>Caption of Test Table 1</caption>
  <tr>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 1.1</td>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 1.2</td>
  </tr>
  <tr>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 2.1</td>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 2.2</td>
  </tr>
</table>
<table border="1" cellpadding="5" summary="Test table 2 for caption outline test suite" border="1" cellpadding="5" summary="Test table 3 for caption outline test suite" border="1" cellpadding="5" summary="Test table 4 for caption outline test suite">
  <caption>Caption of Test Table 2</caption>
  <tr>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 1.1</td>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 1.2</td>
  </tr>
  <tr>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 2.1</td>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 2.2</td>
  </tr>
</table>
<table border="1" cellpadding="5" summary="Test table 3 for caption outline test suite" border="1" cellpadding="5" summary="Test table 4 for caption outline test suite">
  <caption>Caption of Test Table 3</caption>
  <tr>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 1.1</td>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 1.2</td>
  </tr>
  <tr>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 2.1</td>
    <td rowspan="1" colspan="1" rowspan="1" colspan="1">Cell 2.2</td>
  </tr>
</table>
<table border="1" cellpadding="5" summary="Test table 4 for caption outline test suite">
  <caption>Caption of Test Table 4</caption>
  <tr>
    <td rowspan="1" colspan="1">Cell 1.1</td>
    <td rowspan="1" colspan="1">Cell 1.2</td>
  </tr>
  <tr>
    <td rowspan="1" colspan="1">Cell 2.1</td>
    <td rowspan="1" colspan="1">Cell 2.2</td>
  </tr>
</table>

References

  1. HTML 4.01 specification for CAPTION
  2. HTML 4.01 specification for TABLE

About this test suite

This test is part of a test suite for the User Agent Accessibility Guidelines (UAAG) 1.0 . This work is conducted by the User Agent Accessibility Guidelines Working Group , which is part of W3C's Web Accessibility Initiative (WAI) . Please send comments on this test to w3c-wai-ua@w3.org ( public archive ).


Test created by:

Last modified: $Date: 2003/04/02 23:46:53 $ by $Author: jongund $