aria-labelledby.json 462 B

123456789101112
  1. {
  2. "id": "aria-labelledby",
  3. "evaluate": "aria-labelledby-evaluate",
  4. "metadata": {
  5. "impact": "serious",
  6. "messages": {
  7. "pass": "aria-labelledby attribute exists and references elements that are visible to screen readers",
  8. "fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",
  9. "incomplete": "ensure aria-labelledby references an existing element"
  10. }
  11. }
  12. }