You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
424 B
19 lines
424 B
{
|
|
"id": "input-image-alt",
|
|
"selector": "input[type=\"image\"]",
|
|
"tags": [
|
|
"cat.text-alternatives",
|
|
"wcag2a",
|
|
"wcag111",
|
|
"section508",
|
|
"section508.22.a"
|
|
],
|
|
"metadata": {
|
|
"description": "Ensures <input type=\"image\"> elements have alternate text",
|
|
"help": "Image buttons must have alternate text"
|
|
},
|
|
"all": [],
|
|
"any": ["non-empty-alt", "aria-label", "aria-labelledby", "non-empty-title"],
|
|
"none": []
|
|
}
|