W3CWeb Accessibility Initiative Home

LIST ITEM navigation

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 9.9 Allow structured navigation (Priority 2 )
Provision 1 : Allow the user to navigate efficiently to and among important structural elements in rendered content.
Provision 2 : As part of satisfying provision one of this checkpoint, allow forward and backward sequential navigation.

Test 1 :

Procedure

  1. Using the keyboard or an assistive technology that emulates the keyboard, navigate forward and backward through the list items on this page.

Run test

Non-structural text

  1. Ordered list item 1
  2. Ordered list item 2
  3. Ordered list item 3

Non-structural text

Non-structural text

Expected results

  1. The user should be able to navigate sequentially through the list items on this page while skipping non-structural text.
  2. The user can navigate both forward and backward through the list items.

Source code

<p>Non-structural text</p>
<ol>
<li>Ordered list item 1</li>
<li>Ordered list item 2</li>
<li>Ordered list item 3</li>
</ol>
<p class="test">Non-structural text</p>
<ul>
<li>Unordered list item 1</li>
<li>Unordered list item 2</li>
<li>Unordered list item 3</li>
</ul>
<p>Non-structural text</p>

References

  1. HTML 4.01 specification for LI

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:49 $ by $Author: jongund $