| { | |
| "id": "input-image-alt", | |
| "selector": "input[type=\"image\"]", | |
| "matches": "no-explicit-name-required-matches", | |
| "tags": [ | |
| "cat.text-alternatives", | |
| "wcag2a", | |
| "wcag111", | |
| "section508", | |
| "section508.22.a", | |
| "ACT" | |
| ], | |
| "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": [] | |
| } |