W3CWeb Accessibility Initiative Home

Heading 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 headings on this page.

Run test

Heading level 1 - 1

Non-heading text.

Heading level 1 - 2

Non-heading text.

Heading level 1 - 3

Non-heading text.

Heading level 2

Non-heading text.

Heading level 3

Non-heading text.

Heading level 4

Non-heading text.

Heading level 5

Non-heading text.

Heading level 6

Non-heading text.

Heading level 1 - 4

Non-heading text.

Expected results

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

Source code

<h1>Heading level 1 - 1</h1>
<p>Non-heading text.</p>
<h1>Heading level 1 - 2</h1>
<p>Non-heading text.</p>
<h1>Heading level 1 - 3</h1>
<p>Non-heading text.</p>
<h2>Heading level 2</h2>
<p>Non-heading text.</p>
<h3>Heading level 3</h3>
<p>Non-heading text.</p>
<h4>Heading level 4</h4>
<p>Non-heading text.</p>
<h5>Heading level 5</h5>
<p>Non-heading text.</p>
<h6>Heading level 6</h6>
<p>Non-heading text.</p>
<h1>Heading level 1 - 4</h1>
<p>Non-heading text.</p>

References

  1. HTML 4.01 specification for H*

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 $