RuleSets of AccessMonitor - the validator of web accessibility practices
The “Form Control Accessible Name Check” evaluates whether all form controls on the page have an accessible name.
I found that all form controls have an accessible name.
To address <input>
elements missing an accessible name:
<input>
element.<label>
element correctly referencing the <input>
element with the for
attribute.aria-label
attribute and provide an informative accessible name.aria-labelledby
attribute, pointing to the id
of the element that provides the <input>
element’s accessible name.title
attribute in the <input>
element.