input-button-name.json 608 B

1234567891011121314151617181920212223242526
  1. {
  2. "id": "input-button-name",
  3. "selector": "input[type=\"button\"], input[type=\"submit\"], input[type=\"reset\"]",
  4. "matches": "no-explicit-name-required-matches",
  5. "tags": [
  6. "cat.name-role-value",
  7. "wcag2a",
  8. "wcag412",
  9. "section508",
  10. "section508.22.a"
  11. ],
  12. "metadata": {
  13. "description": "Ensures input buttons have discernible text",
  14. "help": "Input buttons must have discernible text"
  15. },
  16. "all": [],
  17. "any": [
  18. "non-empty-if-present",
  19. "non-empty-value",
  20. "aria-label",
  21. "aria-labelledby",
  22. "non-empty-title",
  23. "presentational-role"
  24. ],
  25. "none": []
  26. }