Skip to main content
Home
Back to Guidelines

What is Heading‑Determinable and Levels?

Headings should follow a clear hierarchy so users can scan and understand content structure.

Headings should follow a clear hierarchy so users can scan and understand content structure.

  • Keyboard and screen reader users.
  • People who need predictable interactions.
  • Users who benefit from visible focus and clear labels.

Good vs Bad Examples

Use the tabs to compare the accessible pattern with the example to avoid.

Good Example

Content page with clear heading hierarchy (H1, H2, H3).
html live code
<div />
Why this is correct (developer logic):
  • Provides an accessible and predictable interaction.
  • Works better for keyboard and assistive technology users.
  • Matches the intended WCAG requirement for this page.

Implementation Checklist

Progress0 / 5 completed (0%)

Knowledge Check

Answer Yes or No to test your understanding of heading‑determinable and levels.

Score: 0 / 3 · Answered: 0 / 3

Does the good example demonstrate heading‑determinable and levels correctly?

Is the bad example acceptable for heading‑determinable and levels?

Should this pattern be checked with keyboard and screen reader testing?