All WCAG criteria
WCAG 2.1·Perceivable·1.3 Adaptable
1.3.5 Identify Input Purpose
Level AACommon input fields (name, email, address) need autocomplete attributes so assistive tech can autofill them.
Why it matters
Cognitive-impairment users benefit from autofill; blind users can verify fields without re-reading them.
Common failure
<input type="email" name="email">
Accessible version
<input type="email" name="email" autocomplete="email">
How OnlyEnable handles this
Source-code fix required. No widget can solve this — it requires changes to your content or markup. Our remediation team can help.