James Scholes
James Scholes
When using the `update-reference.js` script, it prints out instructions advising how `references.csv` should be updated to point to the new timestamped example file: ``` console.log(`Reference file created at tests/${exampleName}/${referenceHtmlPath}.\nTo switch...
When tests are automated, gathering screen reader output will be a critical part of running a test. However, it's not particularly convenient for human testers to gather the output while...
I'm creating this issue to track ARIA-AT coverage reporting efforts. #### Done so far * Created an initial report layout/page, at [https://github.com/w3c/aria-at/blob/master/metrics/coverage.md](https://github.com/w3c/aria-at/blob/master/metrics/coverage.md). * Added introductory header, plus the following sections:...
Currently, `references.csv` for each test plan only includes non-abstract WAI-ARIA roles, states and properties, as stated by the "Role, Property, State, and Tabindex Attributes" section of the corresponding APG example....
Currently, `references.csv` for each test plan only includes non-abstract WAI-ARIA roles. But for example, by testing a slider, we are implicitly testing both `input` and `range`, which are `slider`'s superclass...
Currently, the test format allows for multiple commands, but it is implied that these should be executed in isolation. For example, pressing F to find a checkbox, returning to a...
We currently do not provide any instructions informing a tester about how to capture the output of the screen reader that they are testing. For example, speech history in JAWS....
[Preview Tests](https://deploy-preview-986--aria-at.netlify.app)
If people are to use the test runner to execute tests and review them in-place, there are certain steps they need to carry out: creating a GitHub account, joining a...
When examples are pulled into the ARIA-AT repo from [aria-practices](https://github.com/w3c/aria-practices), we currently modify them as follows: 1. Remove core JS/CSS references from the head section of the example HTML file....