Skip to content

Commit

Permalink
Add Accessibility Object Model
Browse files Browse the repository at this point in the history
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
browser-specs-bot committed Jan 20, 2025
1 parent 4b331dc commit 71b5867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@
"https://webidl.spec.whatwg.org/",
"https://websockets.spec.whatwg.org/",
"https://wicg.github.io/anonymous-iframe/",
"https://wicg.github.io/aom/spec/",
"https://wicg.github.io/attribution-reporting-api/",
"https://wicg.github.io/background-fetch/",
{
Expand Down
4 changes: 0 additions & 4 deletions src/data/monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
"comment": "Early exploration phase; spec at https://webmonetization.org/specification/",
"lastreviewed": "2025-01-01"
},
"WICG/aom": {
"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",
"lastreviewed": "2025-01-01"
},
"WICG/container-queries": {
"comment": "Likely candidate for ignoring - see archival discussion at https://github.com/WICG/container-queries/issues/14",
"lastreviewed": "2025-01-01"
Expand Down

0 comments on commit 71b5867

Please sign in to comment.