https://github.com/WICG/aom
Accessibility Object Model
https://github.com/WICG/aom
Last synced: 8 months ago
JSON representation
Accessibility Object Model
- Host: GitHub
- URL: https://github.com/WICG/aom
- Owner: WICG
- License: other
- Created: 2016-01-29T20:47:37.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-06-26T23:21:01.000Z (over 1 year ago)
- Last Synced: 2024-06-27T03:01:31.964Z (over 1 year ago)
- Language: HTML
- Homepage: http://wicg.github.io/aom/
- Size: 9.06 MB
- Stars: 558
- Watchers: 89
- Forks: 59
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - aom
- awesome - aom - Accessibility Object Model (HTML)
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)