aria-prohibited-attr.json 511 B

123456789101112131415
  1. {
  2. "id": "aria-prohibited-attr",
  3. "evaluate": "aria-prohibited-attr-evaluate",
  4. "options": {
  5. "elementsAllowedAriaLabel": ["applet", "input"]
  6. },
  7. "metadata": {
  8. "impact": "serious",
  9. "messages": {
  10. "pass": "ARIA attribute is allowed",
  11. "fail": "ARIA attribute cannot be used, add a role attribute or use a different element: ${data.values}",
  12. "incomplete": "ARIA attribute is not well supported on the element and the text content will be used instead: ${data.values}"
  13. }
  14. }
  15. }