Skip to content

Commit

Permalink
Meta: replace external references
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jugglinmike committed Sep 26, 2023
1 parent 1ef9fa0 commit e997bf0
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

0 comments on commit e997bf0

Please sign in to comment.