You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This suggestion fixes the issues on Mac and PC screen readers and brings the form element up to full WCAG conformance. There are other issues solved for here that have separate bugs filed.
What changed:
Added autocomplete (SC 1.3.5)
Associated helper text (SC 3.3.2)
Added required since skipping entry causes and error (SC 3.3.1 and SC 3.3.2)
Used aria-describedby for helper text AND error text.
URL
https://demo.fileyourstatetaxes.org/en/questions/phone-number
Issue
To come.
Screen shot
Video walkthrough
auto-complete.mov
WCAG Success Criterion
SC 1.3.5: Identify Input Purpose (Level AA)
Impacted users
To come.
Suggested fix
This suggestion fixes the issues on Mac and PC screen readers and brings the form element up to full WCAG conformance. There are other issues solved for here that have separate bugs filed.
What changed:
required
since skipping entry causes and error (SC 3.3.1 and SC 3.3.2)aria-describedby
for helper text AND error text.Current
Should be:
The text was updated successfully, but these errors were encountered: