From 44da21f12827fd58fb704fe120d922b0f0ff856e Mon Sep 17 00:00:00 2001 From: browser-specs-bot <> Date: Mon, 7 Oct 2024 10:08:42 +0000 Subject: [PATCH] Add AT Driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #1519, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`:
Add spec (1) ```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" } ```
### Tests These changes look good! 😎 --- specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.json b/specs.json index aedd9483..ddcb8c1c 100644 --- a/specs.json +++ b/specs.json @@ -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/", {