WCAG 2.4.6 Headings and Labels — Testing Guide for Mobile & Web Apps

WCAG 2.4.6, "Headings and Labels," mandates that content is structured and identified in a way that makes it easy for users to understand the purpose of different sections and input fields. In simpler

May 31, 2026 · 6 min read · WCAG Guides

Ensuring Clear Navigation: A Practical Guide to WCAG 2.4.6 Headings and Labels

WCAG 2.4.6, "Headings and Labels," mandates that content is structured and identified in a way that makes it easy for users to understand the purpose of different sections and input fields. In simpler terms, headings should clearly indicate what follows, and labels should unambiguously describe the purpose of form controls. This criterion is essential for both programmatic understanding and human comprehension.

Why WCAG 2.4.6 Matters: Impact on Real Users

Clear headings and labels are fundamental to usability and accessibility.

Compliance with WCAG 2.4.6 is also a legal requirement in many jurisdictions, including adherence to the European Accessibility Act (EAA) and the Americans with Disabilities Act (ADA) in the United States.

Common Violations and Examples

Violations of WCAG 2.4.6 often stem from a lack of semantic structure or insufficient descriptive text.

#### Mobile App Examples (Android/iOS)

  1. Missing or Generic Headings:
  1. Ambiguous Button Labels:
  1. Unlabeled Input Fields:

#### Web App Examples

  1. Overuse of Paragraphs for Headings:
  1. Generic Search Button Labels:
  1. Form Controls Without Explicit Labels:

How to Test for WCAG 2.4.6 Compliance

Testing for this criterion involves a combination of manual inspection and automated tools.

#### Manual Testing Steps

  1. Inspect Headings:
  1. Examine Form Labels: