Headings

Rules

Rationale

Techniques

Good code example

Failure code example: Heading level sequence that is not increasing

Failure code example: Heading level sequence that skips levels

Tests

Type Procedure Expected result
Tool Use WAVE Toolbar or similar to generate an outline of the html document. There must be exactly one <h1>. The headings in the page's source order must form an increasing sequence. No heading levels should be skipped after <h1>.
Manual Search document source for <h1>, <h2>, <h3>, <h4>, <h5> and <h6>. There must be exactly one instance of <h1>. Each heading should be followed by either by content, or by another heading of one level deeper.