aria-tooltip-name.json 444 B

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