role-img-alt.json 496 B

1234567891011121314151617181920
  1. {
  2. "id": "role-img-alt",
  3. "selector": "[role='img']:not(img, area, input, object)",
  4. "matches": "html-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 [role='img'] elements have alternate text",
  15. "help": "[role='img'] elements have an alternative text"
  16. },
  17. "all": [],
  18. "any": ["aria-label", "aria-labelledby", "non-empty-title"],
  19. "none": []
  20. }