Skip to content

Commit 8526ba3

Browse files
committed
Meta: replace external references
The ecosystem of projects related to the ARIA-AT project is of limited relevance to this proposal's wider audience. Replace it with a listing of known implementations of the protocol.
1 parent 45f882f commit 8526ba3

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# AT Driver API Explainer
22

3-
**at-driver** · [aria-at-automation-harness](https://github.com/w3c/aria-at-automation-harness) · [aria-at-automation-driver](https://github.com/w3c/aria-at-automation-driver) · [aria-at-automation-results-viewer](https://github.com/w3c/aria-at-automation-results-viewer)
43

54
## Overview
65

@@ -127,17 +126,10 @@ We have chosen not to proceed in this direction because we believe developers wo
127126
* [ARIA-AT](https://aria-at.w3.org/)
128127
* [WebDriver](https://w3c.github.io/webdriver/)
129128

130-
---
129+
## Implementations
131130

132-
### at-driver
131+
**[Generic Driver](https://github.com/w3c/aria-at-automation-driver)**
132+
A partial implementation which integrates with operating system APIs rather than any particular assistive technology.
133133

134-
A collection of projects for automating assistive technology tests from [w3c/aria-at](https://github.com/w3c/aria-at) and beyond
135-
136-
**[aria-at-automation-harness](https://github.com/w3c/aria-at-automation-harness)**
137-
A command-line utility for executing test plans from [w3c/aria-at](https://github.com/w3c/aria-at) without human intervention using [the aria-at-automation-driver](https://github.com/w3c/aria-at-automation-driver)
138-
139-
**[aria-at-automation-driver](https://github.com/w3c/aria-at-automation-driver)**
140-
A WebSocket server which allows clients to observe the text enunciated by a screen reader and to simulate user input
141-
142-
**[aria-at-automation-results-viewer](https://github.com/w3c/aria-at-automation-results-viewer)**
143-
A tool which translates the JSON-formatted data produced by the [aria-at-automation-harness](https://github.com/w3c/aria-at-automation-harness) into a human-readable form
134+
**[NVDA AT Automation](https://github.com/Prime-Access-Consulting/nvda-at-automation)**
135+
An implementation which integrates with [the NVDA screen reader](https://www.nvaccess.org/about-nvda/) via its "addon" system.

0 commit comments

Comments
 (0)