label-content-name-mismatch.json 473 B

123456789101112
  1. {
  2. "id": "label-content-name-mismatch",
  3. "matches": "label-content-name-mismatch-matches",
  4. "tags": ["cat.semantics", "wcag21a", "wcag253", "experimental"],
  5. "metadata": {
  6. "description": "Ensures that elements labelled through their content must have their visible text as part of their accessible name",
  7. "help": "Elements must have their visible text as part of their accessible name"
  8. },
  9. "all": [],
  10. "any": ["label-content-name-mismatch"],
  11. "none": []
  12. }