Skip to content

Commit

Permalink
Add AT Driver
Browse files Browse the repository at this point in the history
Close #1519, 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://w3c.github.io/at-driver/",
  "seriesComposition": "full",
  "shortname": "at-driver",
  "series": {
    "shortname": "at-driver",
    "currentSpecification": "at-driver",
    "title": "AT Driver",
    "shortTitle": "AT Driver",
    "nightlyUrl": "https://w3c.github.io/at-driver/"
  },
  "organization": "W3C",
  "groups": [
    {
      "name": "Browser Testing and Tools Working Group",
      "url": "https://www.w3.org/groups/wg/browser-tools-testing/"
    }
  ],
  "nightly": {
    "url": "https://w3c.github.io/at-driver/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/w3c/at-driver",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "AT Driver",
  "source": "spec",
  "shortTitle": "AT Driver",
  "categories": [
    "browser"
  ],
  "standing": "good"
}
```
</details>

### Tests
These changes look good! 😎
  • Loading branch information
browser-specs-bot committed Oct 7, 2024
1 parent a83e412 commit 44da21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@
"https://testutils.spec.whatwg.org/",
"https://url.spec.whatwg.org/",
"https://urlpattern.spec.whatwg.org/",
"https://w3c.github.io/at-driver/",
"https://w3c.github.io/audio-session/",
"https://w3c.github.io/contentEditable/",
{
Expand Down

0 comments on commit 44da21f

Please sign in to comment.