tekvision / waiable

Rails Web Accessibility Initiative for the differently abled.
MIT License
16 stars 6 forks source link

Link generation for error messages on form submission #28

Closed shan9101 closed 9 years ago

shan9101 commented 9 years ago

If there is any error on form creation, then on clicking submit the page reloads and all the error messages displayed on top of the page as a list item.Screen reader reads the error messages and then users navigates to the field where the error is and corrects it. We will implement links for these error messages so that on clicking the link, field with error will be selected. Aria-describedby property will be used for association of error message and input field.