aria-hidden-body.json 400 B

1234567891011121314
  1. {
  2. "id": "aria-hidden-body",
  3. "selector": "body",
  4. "excludeHidden": false,
  5. "matches": "is-initiator-matches",
  6. "tags": ["cat.aria", "wcag2a", "wcag412"],
  7. "metadata": {
  8. "description": "Ensures aria-hidden='true' is not present on the document body.",
  9. "help": "aria-hidden='true' must not be present on the document body"
  10. },
  11. "all": [],
  12. "any": ["aria-hidden-body"],
  13. "none": []
  14. }