Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #1654, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://wicg.github.io/aom/spec/", "seriesComposition": "full", "shortname": "aom", "series": { "shortname": "aom", "currentSpecification": "aom", "title": "Accessibility Object Model", "shortTitle": "Accessibility Object Model", "nightlyUrl": "https://wicg.github.io/aom/spec/" }, "organization": "W3C", "groups": [ { "name": "Web Platform Incubator Community Group", "url": "https://www.w3.org/community/wicg/" } ], "nightly": { "url": "https://wicg.github.io/aom/spec/", "status": "Unofficial Proposal Draft", "alternateUrls": [], "repository": "https://github.com/WICG/aom", "sourcePath": "spec/index.html", "filename": "index.html" }, "title": "Accessibility Object Model", "source": "spec", "shortTitle": "Accessibility Object Model", "categories": [ "browser" ], "standing": "pending" } ``` </details> ### Tests These changes look good! 😎
- Loading branch information