aria-command-name.json 489 B

123456789101112131415161718
  1. {
  2. "id": "aria-command-name",
  3. "selector": "[role=\"link\"], [role=\"button\"], [role=\"menuitem\"]",
  4. "matches": "no-naming-method-matches",
  5. "tags": ["cat.aria", "wcag2a", "wcag412"],
  6. "metadata": {
  7. "description": "Ensures every ARIA button, link and menuitem has an accessible name",
  8. "help": "ARIA commands must 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": []
  18. }