landmark-is-unique.json 414 B

123456789101112
  1. {
  2. "id": "landmark-is-unique",
  3. "evaluate": "landmark-is-unique-evaluate",
  4. "after": "landmark-is-unique-after",
  5. "metadata": {
  6. "impact": "moderate",
  7. "messages": {
  8. "pass": "Landmarks must have a unique role or role/label/title (i.e. accessible name) combination",
  9. "fail": "The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"
  10. }
  11. }
  12. }