From e997bf08ce022cfee861c054fcb9f01db07cd161 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Mon, 25 Sep 2023 21:41:31 -0400 Subject: [PATCH] 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. --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5a4c156..d118695 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # AT Driver API Explainer -**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) ## Overview @@ -127,17 +126,10 @@ We have chosen not to proceed in this direction because we believe developers wo * [ARIA-AT](https://aria-at.w3.org/) * [WebDriver](https://w3c.github.io/webdriver/) ---- +## Implementations -### at-driver +**[Generic Driver](https://github.com/w3c/aria-at-automation-driver)** +A partial implementation which integrates with operating system APIs rather than any particular assistive technology. -A collection of projects for automating assistive technology tests from [w3c/aria-at](https://github.com/w3c/aria-at) and beyond - -**[aria-at-automation-harness](https://github.com/w3c/aria-at-automation-harness)** -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) - -**[aria-at-automation-driver](https://github.com/w3c/aria-at-automation-driver)** -A WebSocket server which allows clients to observe the text enunciated by a screen reader and to simulate user input - -**[aria-at-automation-results-viewer](https://github.com/w3c/aria-at-automation-results-viewer)** -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 +**[NVDA AT Automatoin](https://github.com/Prime-Access-Consulting/nvda-at-automation)** +An implementation which integrates with [the NVDA screen reader](https://www.nvaccess.org/about-nvda/) via its "addon" system.