Test Suite
Form Labels
Tests axe-core rules: label, label-content-name-mismatch.
Input with no label
FAIL — input has no associated label. axe-core: label (critical)
Input with aria-label
PASS — aria-label provides the accessible name
Input with aria-labelledby
PASS — aria-labelledby references a visible heading
Input with correct for/id pairing
PASS — label for= matches input id=
Select with no label
FAIL — select element has no label. axe-core: label (critical)