tree: 8fab30647357f73c0f009fbfa3aadc3ea9fe26bc [path history] [tgz]
  1. abstract-roles.html
  2. basic.html
  3. button-roles.html
  4. contextual-roles.html
  5. contextual-roles.tentative.html
  6. fallback-roles.html
  7. form-roles.html
  8. generic-roles.html
  9. grid-roles.html
  10. grid-roles.tentative.html
  11. invalid-roles.html
  12. list-roles.html
  13. list-roles.tentative.html
  14. listbox-roles.html
  15. listbox-roles.tentative.html
  16. menu-roles.html
  17. menu-roles.tentative.html
  18. ReadMe.md
  19. region-roles.html
  20. role_none_conflict_resolution.html
  21. roles.html
  22. roles.tentative.html
  23. synonym-roles.html
  24. tab-roles.html
  25. tab-roles.tentative.html
  26. table-roles.html
  27. tree-roles.html
  28. tree-roles.tentative.html
wai-aria/role/ReadMe.md

WPT Roles Tests

/wai-aria/roles/ includes various files broken up by test type

  • roles.html covers simple assignment/verification of most core WAI-ARIA roles, and includes a list of cross-references to other specific files and spec directories.
  • role testing of host language implicit roles (E.g., <main> -> main) are in other directories (E.g., html-aam)
  • role testing of ARIA extension specs are in other directories (E.g., graphics-aria)
  • basic.html was the first to ensure basic test coverage of webdriver getcomputedrole
  • other context-dependent role tests, error handling, and edge cases are covered in separate files
    • list-roles.html
    • region-roles.html
    • grid, listbox, menu, tree, etc
    • fallback roles
    • invalid roles
    • error handling, etc.