An open API service indexing awesome lists of open source software.

https://github.com/WICG/aom

Accessibility Object Model
https://github.com/WICG/aom

Last synced: 8 months ago
JSON representation

Accessibility Object Model

Awesome Lists containing this project

README

          

## The Accessibility Object Model (AOM)

This effort aims to create a JavaScript API to allow developers to
modify (and eventually explore) the accessibility tree for an HTML
page.

### Editors:

* Alice Boxhall, Google, aboxhall@google.com
* James Craig, Apple, jcraig@apple.com
* Dominic Mazzoni, Google, dmazzoni@google.com
* Alexander Surkov, Mozilla, surkov.alexander@gmail.com

### Details

Read the [Explainer](./explainer.md)

Read the [Spec](https://wicg.github.io/aom/spec/) - note, not up-to-date

[Can I Use](./caniuse.md) AOM in Chrome, Safari, or Firefox today?

[Interactive Slide Deck](http://wicg.github.io/aom/demos/) (for Chrome)

[Tic-tac-toe demo](http://wicg.github.io/aom/demos/tictactoe.html) (for Chrome)

## Accessibility (ARIA) Notification API

**Note notification-api.md is outdated. For the up-to-date explainer of this initiative, please [click here](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/Accessibility/AriaNotify/explainer.md).**

This effort aims to create a JavaScript API to allow developers to
initiate notifications that confirm user actions (not necessarily tied
to direct UI changes).

### Editors:

* Sara Tang, Microsoft, sartang@microsoft.com
* Doug Geoffray, Microsoft, doug.geoffray@microsoft.com
* Alison Maher, Microsoft, almaher@microsoft.com
* Travis Leithead, Microsoft, travil@microsoft.com
* Daniel Libby, Microsoft

### Details

Read the [Explainer](./notification-api.md)