“axe” – Web Accessibility Testing Form Fields
-
Hello, we are improving ADA accessibility for many websites these days and we noticed that the review submission form does not pass the tests. One of the ADA compliance checkers we’re using is a Chrome extension called “axe – Web Accessibility Testing”.
It looks like the form fields aren’t structured correctly in the sense that the field labels don’t correlate to the fields. I think in general the labels need to state which field they belong to. Then further improvements can also be made based on the feedback from the ADA checker below.
Form elements must have labels.
Issue description: Ensures every form element has a label
To solve this violation, you need to fix at least one (1) of these issues:- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Form element does not have an implicit (wrapped) <label>
- Form element does not have an explicit <label>
- Element has no title attribute or the title attribute is empty
- The topic ‘“axe” – Web Accessibility Testing Form Fields’ is closed to new replies.