axe-core
Version:
Accessibility engine for automated Web UI testing
13 lines (12 loc) • 334 B
JSON
{
"id": "image-redundant-alt",
"selector": "img",
"tags": ["cat.text-alternatives", "best-practice"],
"metadata": {
"description": "Ensure image alternative is not repeated as text",
"help": "Alternative text of images should not be repeated as text"
},
"all": [],
"any": [],
"none": ["duplicate-img-label"]
}