1234567891011121314151617181920212223242526 |
- {
- "id": "input-button-name",
- "selector": "input[type=\"button\"], input[type=\"submit\"], input[type=\"reset\"]",
- "matches": "no-explicit-name-required-matches",
- "tags": [
- "cat.name-role-value",
- "wcag2a",
- "wcag412",
- "section508",
- "section508.22.a"
- ],
- "metadata": {
- "description": "Ensures input buttons have discernible text",
- "help": "Input buttons must have discernible text"
- },
- "all": [],
- "any": [
- "non-empty-if-present",
- "non-empty-value",
- "aria-label",
- "aria-labelledby",
- "non-empty-title",
- "presentational-role"
- ],
- "none": []
- }
|