Skip to content

Fix #2281: CR 2020-12-15 #2283

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

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions implementation-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h2 id="tests">
Safari
</td>
<td>
116 preview, macOS 10.15
118 preview, macOS 10.15
</td>
<td>
1115
Expand Down Expand Up @@ -178,7 +178,7 @@ <h2 id="tests">
Firefox
</td>
<td>
85, Linux 20.04
86, Linux 20.04
</td>
<td>
1092
Expand All @@ -192,7 +192,7 @@ <h2 id="tests">
Edge
</td>
<td>
88, Windows 10.0
89, Windows 10.0
</td>
<td>
1115
Expand Down Expand Up @@ -322,13 +322,13 @@ <h2 id="tests">
Safari
</td>
<td>
116 preview, macOS 10.15
118 preview, macOS 10.15
</td>
<td>
6462
6469
</td>
<td>
80
78
</td>
</tr>
<tr>
Expand All @@ -339,35 +339,35 @@ <h2 id="tests">
89, Linux 20.04
</td>
<td>
6548
6559
</td>
<td>
39
46
</td>
</tr>
<tr>
<td>
Firefox
</td>
<td>
85, Linux 20.04
86, Linux 20.04
</td>
<td>
5688
5693
</td>
<td>
397
410
</td>
</tr>
<tr>
<td>
Edge
</td>
<td>
88, Windows 10.0
89, Windows 10.0
</td>
<td>
6541
6559
</td>
<td>
46
Expand Down
22 changes: 20 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ Title: Web Audio API
Shortname: webaudio
Level: 1
Group: audiowg
Status: ED
Status: CR
Date: 2021-01-14
Deadline: 2021-02-15
Prepare for TR: yes
ED: https://webaudio.github.io/web-audio-api/
TR: https://www.w3.org/TR/webaudio/
Favicon: favicon.png
Expand All @@ -21,6 +24,7 @@ Editor: Hongchan Choi, Google (https://www.google.com/), [email protected], w3
Former Editor: Raymond Toy (until Oct 2018)
Former Editor: Chris Wilson (Until Jan 2016)
Former Editor: Chris Rogers (Until Aug 2013)
Implementation Report: implementation-report.html
Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webaudio
Repository: WebAudio/web-audio-api
Abstract: This specification describes a high-level Web <abbr title="Application Programming Interface">API</abbr>
Expand All @@ -45,9 +49,23 @@ Markup Shorthands: markdown on, dfn on, css off
spec: ECMAScript; url: https://tc39.github.io/ecma262/#sec-data-blocks; type: dfn; text: data block;
url: https://www.w3.org/TR/mediacapture-streams/#dom-mediadevices-getusermedia; type: method; for: MediaDevices; text: getUserMedia()
</pre>
<!-- We want {{object}} to go to the WebIDL object -->
<!-- Link defaults to specify which links we want when bikeshed finds more than one match.
{{object}} to go to the WebIDL object
Promise from WebIDL instead of css-font-loading-3
Worklet from HTML worklets instead fo worklets-1
"worklet global scope type" from HTML instead of worklets-1
"worklet destination type" from HTML
"addModule()" from HTML
WorkletGlobalScope from HTML
-->
<pre class=link-defaults>
spec:webidl; type:interface; text:object
spec:webidl; type:interface; text:Promise
spec:html; type:interface; text:Worklet
spec:html; type:dfn; text:worklet global scope type
spec:html; type:dfn; text:worklet destination type
spec:html; type:method; text:addModule()
spec:html; type:interface; text:WorkletGlobalScope
</pre>
<link rel="preload" href="https://www.w3.org/scripts/MathJax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" as="script">
<link rel="preload" href="https://www.w3.org/scripts/MathJax/2.7.5/jax/output/HTML-CSS/jax.js?rev=2.7.5" as="script">
Expand Down