img-redundant-alt.json 334 B

123456789101112
  1. {
  2. "id": "image-redundant-alt",
  3. "selector": "img",
  4. "tags": ["cat.text-alternatives", "best-practice"],
  5. "metadata": {
  6. "description": "Ensure image alternative is not repeated as text",
  7. "help": "Alternative text of images should not be repeated as text"
  8. },
  9. "all": [],
  10. "any": [],
  11. "none": ["duplicate-img-label"]
  12. }