Scan rule · RSC-ACC-003
Form fields without labels
AccessibilitySeverity: Medium
Finds inputs with no associated label or `aria-label` — unusable with a screen reader.
Scan tier
External scan (anonymous)
How to fix it
Connect every field via `<label for>`; a placeholder is not a label.