From 957e3c1a7e0e84ac49d8a7ab2879255519028e64 Mon Sep 17 00:00:00 2001 From: browser-specs-bot <> Date: Wed, 13 Nov 2024 15:59:40 +0000 Subject: [PATCH] Add Web Audio API 1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close #1557, 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://www.w3.org/TR/webaudio-1.1/", "seriesComposition": "full", "shortname": "webaudio-1.1", "series": { "shortname": "webaudio", "currentSpecification": "webaudio-1.1", "title": "Web Audio API", "shortTitle": "Web Audio API", "releaseUrl": "https://www.w3.org/TR/webaudio/", "nightlyUrl": "https://webaudio.github.io/web-audio-api/" }, "seriesVersion": "1.1", "seriesPrevious": "webaudio-1.0", "organization": "W3C", "groups": [ { "name": "Audio Working Group", "url": "https://www.w3.org/groups/wg/audio/" } ], "release": { "url": "https://www.w3.org/TR/webaudio-1.1/", "status": "First Public Working Draft", "filename": "Overview.html" }, "nightly": { "url": "https://webaudio.github.io/web-audio-api/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAudio/web-audio-api", "sourcePath": "index.bs", "filename": "index.html" }, "title": "Web Audio API 1.1", "source": "w3c", "shortTitle": "Web Audio API 1.1", "categories": [ "browser" ], "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "webaudio" ] } } ```
Update spec in the same series (1) ```json { "url": "https://www.w3.org/TR/webaudio-1.0/", "seriesComposition": "full", "shortname": "webaudio-1.0", "series": { "shortname": "webaudio", "currentSpecification": "webaudio-1.1", "title": "Web Audio API", "shortTitle": "Web Audio API", "releaseUrl": "https://www.w3.org/TR/webaudio/", "nightlyUrl": "https://webaudio.github.io/web-audio-api/" }, "seriesVersion": "1.0", "formerNames": [ "webaudio" ], "seriesNext": "webaudio-1.1", "organization": "W3C", "groups": [ { "name": "Audio Working Group", "url": "https://www.w3.org/groups/wg/audio/" } ], "release": { "url": "https://www.w3.org/TR/webaudio/", "status": "Recommendation", "filename": "Overview.html" }, "nightly": { "url": "https://webaudio.github.io/web-audio-api/", "status": "Editor's Draft", "alternateUrls": [], "repository": "https://github.com/WebAudio/web-audio-api", "sourcePath": "index.bs", "filename": "index.html" }, "title": "Web Audio API", "source": "w3c", "shortTitle": "Web Audio API", "categories": [ "browser" ], "standing": "good", "tests": { "repository": "https://github.com/web-platform-tests/wpt", "testPaths": [ "webaudio" ] } } ```
### Tests These changes look good! 😎 --- specs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specs.json b/specs.json index 365af8ad..24659a10 100644 --- a/specs.json +++ b/specs.json @@ -1728,6 +1728,7 @@ "webaudio" ] }, + "https://www.w3.org/TR/webaudio-1.1/", { "url": "https://www.w3.org/TR/webauthn-3/", "shortTitle": "Web Authentication"