{
  "id": "aria-roles",
  "selector": "[role]",
  "tags": [
    "cat.aria",
    "wcag2a",
    "wcag131",
    "wcag411",
    "wcag412"
  ],
  "metadata": {
    "description": "Ensures all elements with a role attribute use a valid value",
    "help": "ARIA roles used must conform to valid values"
  },
  "all": [],
  "any": [],
  "none": [
    "invalidrole",
    "abstractrole"
  ]
}