{ "id": "aria-input-field-name", "selector": "[role=\"combobox\"], [role=\"listbox\"], [role=\"searchbox\"], [role=\"slider\"], [role=\"spinbutton\"], [role=\"textbox\"]", "matches": "aria-form-field-name-matches.js", "tags": ["wcag2a", "wcag412"], "metadata": { "description": "Ensures every ARIA input field has an accessible name", "help": "ARIA input fields must have an accessible name" }, "all": [], "any": ["aria-label", "aria-labelledby", "non-empty-title"], "none": ["no-implicit-explicit-label"] }