button-name.json 518 B

1234567891011121314151617181920212223242526
  1. {
  2. "id": "button-name",
  3. "selector": "button",
  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. "ACT"
  12. ],
  13. "metadata": {
  14. "description": "Ensures buttons have discernible text",
  15. "help": "Buttons must have discernible text"
  16. },
  17. "all": [],
  18. "any": [
  19. "button-has-visible-text",
  20. "aria-label",
  21. "aria-labelledby",
  22. "non-empty-title",
  23. "presentational-role"
  24. ],
  25. "none": []
  26. }