Form fields should not have multiple label elements
labels-and-names/multiple-labels · WCAG 4.1.2 · Level A
Form fields should not have multiple label elements.
When a form field has multiple <label> elements pointing to it, assistive technologies may announce only one label or behave inconsistently. Use a single <label> and combine any additional text into it, or use aria-describedby for supplementary information.
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0