Skip to content

Commit 411af05

Browse files
authored
Add Accessibility Object Model (#1656)
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! 😎 Co-authored-by: browser-specs-bot <>
1 parent 4b331dc commit 411af05

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

specs.json

+1
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@
631631
"https://webidl.spec.whatwg.org/",
632632
"https://websockets.spec.whatwg.org/",
633633
"https://wicg.github.io/anonymous-iframe/",
634+
"https://wicg.github.io/aom/spec/",
634635
"https://wicg.github.io/attribution-reporting-api/",
635636
"https://wicg.github.io/background-fetch/",
636637
{

src/data/monitor.json

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
"comment": "Early exploration phase; spec at https://webmonetization.org/specification/",
4141
"lastreviewed": "2025-01-01"
4242
},
43-
"WICG/aom": {
44-
"comment": "Specs at https://wicg.github.io/aom/spec/computed-accessibility-tree.html https://wicg.github.io/aom/spec/virtual-accessibility-nodes.html https://wicg.github.io/aom/spec/input-events.html in their very early stage of definition",
45-
"lastreviewed": "2025-01-01"
46-
},
4743
"WICG/container-queries": {
4844
"comment": "Likely candidate for ignoring - see archival discussion at https://github.com/WICG/container-queries/issues/14",
4945
"lastreviewed": "2025-01-01"

0 commit comments

Comments
 (0)