link-in-text-block.json 458 B

1234567891011121314
  1. {
  2. "id": "link-in-text-block",
  3. "selector": "a[href], [role=link]",
  4. "matches": "link-in-text-block-matches",
  5. "excludeHidden": false,
  6. "tags": ["cat.color", "experimental", "wcag2a", "wcag141"],
  7. "metadata": {
  8. "description": "Links can be distinguished without relying on color",
  9. "help": "Links must be distinguished from surrounding text in a way that does not rely on color"
  10. },
  11. "all": ["link-in-text-block"],
  12. "any": [],
  13. "none": []
  14. }