-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add webaudio-1.1 #1557
Comments
Changes to
|
TODO: change shortname of previous Web Audio spec to |
Done in #1559. |
Note the W3C API reported that the Web Audio 1.0 was the current version in the series. |
Close #1557, 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://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" ] } } ``` </details> <details><summary>Update spec in the same series (1)</summary> ```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" ] } } ``` </details> ### Tests These changes look good! 😎
Close #1557, 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://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" ] } } ``` </details> <details><summary>Update spec in the same series (1)</summary> ```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" ] } } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
URL
https://www.w3.org/TR/webaudio-1.1/
Rationale
webaudio-1.1
Additional properties
The text was updated successfully, but these errors were encountered: