select-name.json 548 B

123456789101112131415161718192021222324252627
  1. {
  2. "id": "select-name",
  3. "selector": "select",
  4. "tags": [
  5. "cat.forms",
  6. "wcag2a",
  7. "wcag412",
  8. "wcag131",
  9. "section508",
  10. "section508.22.n",
  11. "ACT"
  12. ],
  13. "metadata": {
  14. "description": "Ensures select element has an accessible name",
  15. "help": "Select element must have an accessible name"
  16. },
  17. "all": [],
  18. "any": [
  19. "implicit-label",
  20. "explicit-label",
  21. "aria-label",
  22. "aria-labelledby",
  23. "non-empty-title",
  24. "presentational-role"
  25. ],
  26. "none": ["help-same-as-label", "hidden-explicit-label"]
  27. }