test-results

Graphics ARIA Accessibility API Mappings 1.0: Test Results

These results demonstrate implementability of the Graphics ARIA roles as well as their accessibility API mappings. The reason these tests can be used for both specifications is that there are no normative “MUST” statements in Graphics ARIA for user agents beyond implementation of the roles. And implementation of the Graphics ARIA roles can be fully tested by the presence of the mappings specified in the Graphics AAM.

Implementation Report

Supported Platform Accessibility APIs

The following platform accessibility APIs are included in the Graphics ARIA Accessibility API Mappings specification:

These two-digit designators are appended to a two-character identifier for the user agent to identify the implementation being tested.

Index of Implementations

Adding new results

To add new tests results:

  1. Run the graphics-aam tests on your platform
    • Be sure to have the ATTA for your platform under test running on your test machine.
    • Be sure to specify /graphics-aam/ 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.
  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 README.md file in your forked copy. 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 Accessibility API as defined above.
  5. Place your newly renamed results files in the graphics-aam 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 to build a report with a command line like wptreport -f -m -s "Graphics ARIA AAM 1.0".