| .. | ||
| abstract-roles.html | ||
| basic.html | ||
| button-roles.html | ||
| contextual-roles.html | ||
| fallback-roles.html | ||
| form-roles.html | ||
| generic-roles.html | ||
| grid-roles.html | ||
| invalid-roles.html | ||
| list-roles.html | ||
| listbox-roles.html | ||
| menu-roles.html | ||
| ReadMe.md | ||
| region-roles.html | ||
| role_none_conflict_resolution.html | ||
| roles.html | ||
| roles.tentative.html | ||
| synonym-roles.html | ||
| tab-roles.html | ||
| table-roles.html | ||
| tree-roles.html | ||
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.