svg-img-alt.json 628 B

12345678910111213141516171819202122232425
  1. {
  2. "id": "svg-img-alt",
  3. "selector": "[role=\"img\"], [role=\"graphics-symbol\"], svg[role=\"graphics-document\"]",
  4. "matches": "svg-namespace-matches",
  5. "tags": [
  6. "cat.text-alternatives",
  7. "wcag2a",
  8. "wcag111",
  9. "section508",
  10. "section508.22.a",
  11. "ACT"
  12. ],
  13. "metadata": {
  14. "description": "Ensures svg elements with an img, graphics-document or graphics-symbol role have an accessible text",
  15. "help": "svg elements with an img role have an alternative text"
  16. },
  17. "all": [],
  18. "any": [
  19. "svg-non-empty-title",
  20. "aria-label",
  21. "aria-labelledby",
  22. "non-empty-title"
  23. ],
  24. "none": []
  25. }