link-name.json 463 B

12345678910111213141516171819202122232425
  1. {
  2. "id": "link-name",
  3. "selector": "a[href]",
  4. "tags": [
  5. "cat.name-role-value",
  6. "wcag2a",
  7. "wcag412",
  8. "wcag244",
  9. "section508",
  10. "section508.22.a",
  11. "ACT"
  12. ],
  13. "metadata": {
  14. "description": "Ensures links have discernible text",
  15. "help": "Links must have discernible text"
  16. },
  17. "all": [],
  18. "any": [
  19. "has-visible-text",
  20. "aria-label",
  21. "aria-labelledby",
  22. "non-empty-title"
  23. ],
  24. "none": ["focusable-no-name"]
  25. }