aria-allowed-attr.json 381 B

1234567891011121314
  1. {
  2. "id": "aria-allowed-attr",
  3. "evaluate": "aria-allowed-attr-evaluate",
  4. "metadata": {
  5. "impact": "critical",
  6. "messages": {
  7. "pass": "ARIA attributes are used correctly for the defined role",
  8. "fail": {
  9. "singular": "ARIA attribute is not allowed: ${data.values}",
  10. "plural": "ARIA attributes are not allowed: ${data.values}"
  11. }
  12. }
  13. }
  14. }