James Scholes
James Scholes
When creating a new webview in a new window, i.e. what the demo example does, keyboard focus is set on the overarching window, and not on the document object rendered...
In Windows, certain controls have particular standard keyboard behaviour. For example, in edit fields, pressing Control+Left/Right Arrow navigates by word, Shift+Left/Right selects text, Shift+Home selects to the beginning of the...
When operating the second of the [Layout Grid Examples](https://www.w3.org/WAI/ARIA/apg/example-index/grid/LayoutGrids.html), a live region is used to confirm when a recipient has been added successfully. However, `aria-live` on the relevant `` container...
When operating the second of the [Layout Grid Examples](https://www.w3.org/WAI/ARIA/apg/example-index/grid/LayoutGrids.html), focus is moved to another "Remove" button if there are remaining recipients in the grid. Pressing "Remove" with a single recipient,...
#### Background Screen readers offer different modes for reading and interacting with content and controls on a web page. These modes are required to suit the various situations a user...
In [test-reviewer.mjs](https://github.com/w3c/aria-at/blob/master/scripts/test-reviewer.mjs#l35), the text for the APG example link is constructed as follows: ``` text = `APG example: ${href.split('examples/')[1]}`; ``` This works with old-style URLs targeting the GitHub Pages version...
#### Candidate review scope * Vendor: Apple * Test plan: Toggle Button * Published test report: https://aria-at.w3.org/reports/1504 * Aim: gather any feedback and/or questions on the state of the test...
#### Candidate review scope * Vendor: Vispero * Test plan: Toggle Button * Published test report: https://aria-at.w3.org/reports/1504 * Aim: gather any feedback and/or questions on the state of the test...
Currently, each test is identified in `tests.csv` using a test number (starting at 1) and a task string. FOr example: ``` 1,Trigger an alert in reading mode,"JAWS,NVDA",reading,trigger alert,... ``` (note:...
A `title` field was added to `references.csv` in 2021, to allow a human-readable name for each plan to be directly specified. While the ARIA-AT App utilises this field, the preview...