aria-roledescription.json 577 B

1234567891011121314151617181920212223
  1. {
  2. "id": "aria-roledescription",
  3. "evaluate": "aria-roledescription-evaluate",
  4. "options": {
  5. "supportedRoles": [
  6. "button",
  7. "img",
  8. "checkbox",
  9. "radio",
  10. "combobox",
  11. "menuitemcheckbox",
  12. "menuitemradio"
  13. ]
  14. },
  15. "metadata": {
  16. "impact": "serious",
  17. "messages": {
  18. "pass": "aria-roledescription used on a supported semantic role",
  19. "incomplete": "Check that the aria-roledescription is announced by supported screen readers",
  20. "fail": "Give the element a role that supports aria-roledescription"
  21. }
  22. }
  23. }