Skip to content

Commit 0f41913

Browse files
committed
Addressing feedback from joe and anne
1 parent 20b5f76 commit 0f41913

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5928,14 +5928,14 @@ <h2 id="AudioWorklet-concepts">
59285928
<dfn>node name to parameter descriptor map</dfn>
59295929
</dt>
59305930
<dd>
5931-
Belongs to <a>BaseAudioContext</a>. This contains a collection of
5932-
<a>AudioParamDescriptor</a>s with an associated string key of
5933-
node name. This internal storage is populated from <a>node name
5934-
to processor definition map</a> by extracting a node name and the
5935-
matching value from <a>parameterDescriptors</a> when a promise
5936-
from <a href=
5937-
"https://drafts.css-houdini.org/worklets/#dom-worklet-addmodule">addModule()
5938-
on</a> the Worklet gets resolevd.
5931+
Belongs to <a>BaseAudioContext</a>. This map contains the
5932+
identical set of string keys from <a>node name to processor
5933+
definition map</a> that are associated with the matching
5934+
<a>parameterDescriptors</a> values. This internal storage is
5935+
populated when a promise from <a href=
5936+
"https://drafts.css-houdini.org/worklets/#dom-worklet-addmodule">addModule()</a>
5937+
on <a href="#widl-Window-audioWorklet">audioWorklet</a> gets
5938+
resolevd.
59395939
</dd>
59405940
</dl>
59415941
<pre class="example" title=
@@ -6595,8 +6595,8 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
65956595
<a>AudioWorkletNode</a> instance is destroyed.
65966596
</p>
65976597
<p>
6598-
Note that the instantiation of these two objects spans with the
6599-
control thread and the rendering thread.
6598+
Note that the instantiation of these two objects spans the control
6599+
thread and the rendering thread.
66006600
</p>
66016601
<p>
66026602
When <a>AudioWorkletNode</a>(<var>context</var>,
@@ -6668,7 +6668,7 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
66686668
</ol>
66696669
</li>
66706670
<li>
6671-
<a href="#queue">Queue a control message</a> to create an
6671+
<a href="#queuing">Queue a control message</a> to create an
66726672
<a>AudioWorkletProcessor</a>, given <var>nodeName</var>,
66736673
<var>processorPortSerialization</var>, and <var>node</var>.
66746674
</li>

0 commit comments

Comments
 (0)