James Scholes

Results 37 issues of 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...

bug
tests

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...

enhancement
Agenda+Community Group
tests
AT-Automation
Agenda+Test Writing

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:...

enhancement
documentation
process
tests

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....

Agenda+Community Group
tests
Agenda+Test Writing

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...

Agenda+Community Group
tests
Agenda+Test Writing

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...

enhancement
Agenda+Community Group
tests
test-runner
Requirements Specified

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....

enhancement
documentation
tests
feedback
AT: VoiceOver for macOS
AT: JAWS
AT: NVDA

[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...

documentation
process

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....

documentation
tests