aria-input-field-name.json 546 B

12345678910111213
  1. {
  2. "id": "aria-input-field-name",
  3. "selector": "[role=\"combobox\"], [role=\"listbox\"], [role=\"searchbox\"], [role=\"slider\"], [role=\"spinbutton\"], [role=\"textbox\"]",
  4. "matches": "no-naming-method-matches",
  5. "tags": ["cat.aria", "wcag2a", "wcag412", "ACT"],
  6. "metadata": {
  7. "description": "Ensures every ARIA input field has an accessible name",
  8. "help": "ARIA input fields must have an accessible name"
  9. },
  10. "all": [],
  11. "any": ["aria-label", "aria-labelledby", "non-empty-title"],
  12. "none": ["no-implicit-explicit-label"]
  13. }