test-results

WAI ARIA 1.1 Test Results

List of supported AT APIs

  1. ATK
  2. AX API
  3. IAccessible2
  4. MSAA
  5. 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

Adding new results

To add new tests results:

  1. 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.
  2. Fork the w3c/test-results repo if you haven’t already (https://github.com/w3c/test-results)
  3. 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.
  4. 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.
  5. Place your newly renamed results files in the wai-aria directory
  6. Create a pull request with your updated files
  7. 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"