aria-required-children.json 399 B

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