aria-roles.json 399 B

12345678910111213
  1. {
  2. "id": "aria-roles",
  3. "selector": "[role]",
  4. "matches": "no-empty-role-matches",
  5. "tags": ["cat.aria", "wcag2a", "wcag412"],
  6. "metadata": {
  7. "description": "Ensures all elements with a role attribute use a valid value",
  8. "help": "ARIA roles used must conform to valid values"
  9. },
  10. "all": [],
  11. "any": [],
  12. "none": ["fallbackrole", "invalidrole", "abstractrole", "unsupportedrole"]
  13. }