Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/WICG/aom

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

Last synced: 22 days 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, [email protected]
* James Craig, Apple, [email protected]
* Dominic Mazzoni, Google, [email protected]
* Alexander Surkov, Mozilla, [email protected]

### 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, [email protected]
* Doug Geoffray, Microsoft, [email protected]
* Alison Maher, Microsoft, [email protected]
* Travis Leithead, Microsoft, [email protected]
* Daniel Libby, Microsoft

### Details

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