area-alt.json 507 B

12345678910111213141516171819202122
  1. {
  2. "id": "area-alt",
  3. "selector": "map area[href]",
  4. "excludeHidden": false,
  5. "tags": [
  6. "cat.text-alternatives",
  7. "wcag2a",
  8. "wcag111",
  9. "wcag244",
  10. "wcag412",
  11. "section508",
  12. "section508.22.a",
  13. "ACT"
  14. ],
  15. "metadata": {
  16. "description": "Ensures <area> elements of image maps have alternate text",
  17. "help": "Active <area> elements must have alternate text"
  18. },
  19. "all": [],
  20. "any": ["non-empty-alt", "aria-label", "aria-labelledby", "non-empty-title"],
  21. "none": []
  22. }