← Tous les critères WCAG 2.1
2.4.6Niveau AA2.4 Navigable

En-têtes et étiquettes

Headings and labels describe topic or purpose.

Ce que cela signifie

Comprendre En-têtes et étiquettes (en anglais) | Comment satisfaire à En-têtes et étiquettes (en anglais) (Niveau AA) Les en-têtes et les étiquettes décrivent le sujet ou le but.

Failing example

<!-- Fails: headings do not describe content -->
<h2>Section 1</h2>
<p>Details about pricing...</p>
<h2>Section 2</h2>
<p>Details about features...</p>

How to fix it

<!-- Pass: headings describe topic -->
<h2>Pricing plans</h2>
<p>Details about pricing...</p>
<h2>Product features</h2>
<p>Details about features...</p>

Comment A11yRisk détecte cela

A11yRisk détecte ce critère automatiquement.

Analyser votre site pour cette violation