Accessible names for form fields (form-field-accessible-name)

Form fields and components must have clear accessible names, using attributes like aria-label, aria-labelledby, title, or standard <label> elements.

Note: Visible <label> elements (using for attribute or wrapping the input) or aria-label, aria-labelledby and title are all valid attributes for providing accessible names for <input> elements.

Missing disabled input accessible name:

This disabled <input> element lacks an accessible name:


Note: Impossible to implement because it requires using AI / human to determine whether the disabled input is meant to convey meaningful information, and then ensuring it has a title, aria-label, or aria-labelledby.

axe detected: 4.1.2  |  QualWeb detected: 4.1.2