Me repito si considero que la accesibilidad web está demasiado ignorada, por eso un artículo como A beginner’s complete guide to form accessibility: the 5 things accessible forms need and how to fix common errors.
El resumen:
Here are 5 things accessible forms need:
- Required fields, fields with special formatting, or other unique parts of the form have clear instructions.
- Clear navigation order using just the Tab key to go through the form.
- The entire form can be completed using only a keyboard.
- One accessible label is associated with each input and is readable by screen readers.
Usable and accessible form validation for form errors (the messages you get if a field is incorrect).