WAI ARIA 1.1 Test Results
List of supported AT APIs
- ATK
- AX API
- IAccessible2
- MSAA
- UIA
Use these two digit designators to distinguish which AT API the test was run using (e.g., FF01 would be FireFox via ATK).
Index of implementations in reports
- FF01 - Firefox on Linux using ATK
- FF02 - Firefox on macOS using AX API
- FF03 - Firefox on Windows using IAccessible2
- FF04 - Firefox on Windows using MSAA
- WK01 - WebKit on Linux using ATK
- WK02 - WebKit/Safari on macOS using AX API
- GC02 - Chrome on macOS using AX API
- GC03 - Chrome on Windows using IAccessible2
- GC04 - Chrome on Windows using MSAA
- ME05 - Edge on Windows using UIA
Adding new results
To add new tests results:
- Run the wai-aria tests on your platform
- Be sure to have the ATTA for your platform under test running on your test machine.
- Be sure to specify
/wai-aria/aria11/
as the path for which tests to run.
- Click start to run the automated tests.
- After the tests complete, be sure to click the
Download JSON results
button to retrieve and save your JSON test results file.
- Fork the w3c/test-results repo if you haven’t already (https://github.com/w3c/test-results)
- Select a unique two letter abbreviation for your implementation under test (e.g., FF for Firefox) and add it to the ‘Index of implementations in reports’ in the /annotation-model/README.md file in your forked copy. Provide implementation name, contact email, Website (if publicly available), GitHub repository (if you have one). Use the information provided by previous implementations in the list as a model.
- Rename your JSON test-results file using the two letter abbreviation you chose and a two digit number value representing the AT API as
defined above.
- Place your newly renamed results files in the wai-aria directory
- Create a pull request with your updated files
- When it is merged the maintainers will update the overall results reports automatically
If you want to see what your implementation test results reports would look like locally, use the wptreport tool (https://github.com/spec-ops/wptreport) to build a
report with a command line like wptreport -f -m -s "WAI ARIA 1.1"