All WCAG criteria
WCAG 2.1·Understandable·3.3 Input Assistance
3.3.2 Labels or Instructions
Level AForm inputs need labels (or instructions) so users know what to enter.
Why it matters
Placeholder text disappears on input — leaving cognitive users with no reminder of what they were typing.
Common failure
<input placeholder="Email">
Accessible version
<label for="email">Email</label><input id="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.