autocomplete-valid
Use the autocomplete
attribute appropriately to ensure an enhanced user experience for impaired users.
Description
When implemented correctly, autocomplete
enables browsers to suggest values for form fields based on previous user input, making it quicker and more convenient for users to fill out forms. To ensure proper functionality with screen readers, it is essential to use appropriate autocomplete
attribute values.
Why is it important?
Using a relevant autocomplete
attribute within form fields is crucial for accessibility as it enhances user experience for individuals with disabilities by enabling assistive technologies to predict and auto-fill form inputs accurately, ensuring efficient navigation and reducing user input burden.
How to fix?
For form fields which require user input, fill in the appropriate autocomplete
attribute.
Make sure to choose the relevant value based on the field type (see here) and ensure its spelled correctly as well.
References
- WCAG 1.3.5: Identify Input Purpose
- WCAG 2.1 Technique H98
- Accessibility Insights: autocomplete-valid
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!