aria-required-parent.json 410 B

12345678910111213
  1. {
  2. "id": "aria-required-parent",
  3. "selector": "[role]",
  4. "matches": "aria-required-parent-matches",
  5. "tags": ["cat.aria", "wcag2a", "wcag131"],
  6. "metadata": {
  7. "description": "Ensures elements with an ARIA role that require parent roles are contained by them",
  8. "help": "Certain ARIA roles must be contained by particular parents"
  9. },
  10. "all": [],
  11. "any": ["aria-required-parent"],
  12. "none": []
  13. }