Ecosyste.ms: Awesome
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: 22 days 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 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-06-26T23:21:01.000Z (5 months ago)
- Last Synced: 2024-06-27T03:01:31.964Z (5 months 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 - aom - Accessibility Object Model (HTML)
- awesome-list - aom
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)