aria-allowed-role.json 393 B

1234567891011121314
  1. {
  2. "id": "aria-allowed-role",
  3. "excludeHidden": false,
  4. "selector": "[role]",
  5. "matches": "aria-allowed-role-matches",
  6. "tags": ["cat.aria", "best-practice"],
  7. "metadata": {
  8. "description": "Ensures role attribute has an appropriate value for the element",
  9. "help": "ARIA role should be appropriate for the element"
  10. },
  11. "all": [],
  12. "any": ["aria-allowed-role"],
  13. "none": []
  14. }