input-image-alt.json 508 B

1234567891011121314151617181920
  1. {
  2. "id": "input-image-alt",
  3. "selector": "input[type=\"image\"]",
  4. "matches": "no-explicit-name-required-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 <input type=\"image\"> elements have alternate text",
  15. "help": "Image buttons must have alternate text"
  16. },
  17. "all": [],
  18. "any": ["non-empty-alt", "aria-label", "aria-labelledby", "non-empty-title"],
  19. "none": []
  20. }