duplicate-id-aria.json 385 B

123456789101112
  1. {
  2. "id": "duplicate-id-aria",
  3. "evaluate": "duplicate-id-evaluate",
  4. "after": "duplicate-id-after",
  5. "metadata": {
  6. "impact": "critical",
  7. "messages": {
  8. "pass": "Document has no elements referenced with ARIA or labels that share the same id attribute",
  9. "fail": "Document has multiple elements referenced with ARIA with the same id attribute: ${data}"
  10. }
  11. }
  12. }