ARIA input fields must have an accessible name
labels-and-names/aria-input-field-name · WCAG 4.1.2 · Level A
ARIA input fields must have an accessible name.
ARIA input widgets (combobox, listbox, searchbox, slider, spinbutton, textbox) must have accessible names so users understand what data to enter. Add a visible label with aria-labelledby, or use aria-label if a visible label is not possible.
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0