RuleSets of AccessMonitor - the validator of web accessibility practices
The “Missing Label and Title Check” evaluates whether any form input elements are missing accessible labels.
I identified 1 form control without an associated <label>
element and without the title
attribute.
To address form control elements missing a <label>
and a title
:
<label>
element and properly associate it with the <input>
element using the for
attribute.title
attribute in the <input>
element, providing a meaningful title.