46
diff --git a/index.bs b/index.bs
index 14a132abc..7d4e0718f 100644
--- a/index.bs
+++ b/index.bs
@@ -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
@@ -21,6 +24,7 @@ Editor: Hongchan Choi, Google (https://www.google.com/), hongchan@google.com, 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 API
@@ -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()
-
+
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