Form input missing accessible label

Verdict and Severity

Verdict
fail
Severity
Highest
Confidence
high
Status
confirmed
Rule
rule:web-form-labels

User Impact

Screen reader users hear "edit" without context about what to enter.

Evidence

Expected Behavior
Every input must have a visible, programmatically associated label.
Actual Behavior
Input has no accessible label.

Why It Matters

An input has no label, aria-label, or aria-labelledby.

Recommendation

Add a <label for="..."> element.

Validation Steps

  1. Focus input with screen reader — label should be announced

Standards Mapping

Standards Basis
TAS-primary
Source Tier
Tier 1: TAS normative
Target Standards
TAS-FORMS, TGT-FORMS-001
WCAG Success Criteria
1.3.1, 3.3.2, 4.1.2

Confidence and Caveats

Deterministic: no label association found.

Back to all findings