aria-toggle-field-name.json 591 B

123456789101112131415161718
  1. {
  2. "id": "aria-toggle-field-name",
  3. "selector": "[role=\"checkbox\"], [role=\"menuitemcheckbox\"], [role=\"menuitemradio\"], [role=\"radio\"], [role=\"switch\"], [role=\"option\"]",
  4. "matches": "no-naming-method-matches",
  5. "tags": ["cat.aria", "wcag2a", "wcag412", "ACT"],
  6. "metadata": {
  7. "description": "Ensures every ARIA toggle field has an accessible name",
  8. "help": "ARIA toggle fields have an accessible name"
  9. },
  10. "all": [],
  11. "any": [
  12. "has-visible-text",
  13. "aria-label",
  14. "aria-labelledby",
  15. "non-empty-title"
  16. ],
  17. "none": ["no-implicit-explicit-label"]
  18. }