Skip to content

Commit cd89a3c

Browse files
committed
Addresing feedback from @rtoy
1 parent d3ff0ad commit cd89a3c

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

index.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5928,7 +5928,7 @@ <h2 id="AudioWorklet-concepts">
59285928
<dfn>node name to parameter descriptor map</dfn>
59295929
</dt>
59305930
<dd>
5931-
Belongs to <a>BaseAudioContext</a>. This map contains the
5931+
Belongs to <a>BaseAudioContext</a>. This map contains an
59325932
identical set of string keys from <a>node name to processor
59335933
definition map</a> that are associated with the matching
59345934
<a>parameterDescriptors</a> values. This internal storage is
@@ -6633,7 +6633,7 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
66336633
"#widl-AudioWorkletNode-port">port</a> to <var>nodePort</var>.
66346634
</li>
66356635
<li>Let <var>parameterDescriptors</var> be the result of retrieval
6636-
by <var>nodeName</var> from <a>node name to parameter descriptor
6636+
of <var>nodeName</var> from <a>node name to parameter descriptor
66376637
map</a>:
66386638
<ol>
66396639
<li>Let <var>audioParamMap</var> be a new <a>AudioParamMap</a>
@@ -6662,6 +6662,20 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
66626662
<var>audioParamMap</var>, set that <a>AudioParam</a>'s
66636663
value to <var>value</var>.
66646664
</li>
6665+
<li>
6666+
<var>paramNameInOption</var> will be ignored when:
6667+
<ul>
6668+
<li>
6669+
<var>audioParamMap</var> does not have any entry with
6670+
the same name member.
6671+
</li>
6672+
<li>
6673+
<var>value</var> is not a type of <code>Number</code>
6674+
or out of the range specified in
6675+
<a>AudioParamDescriptor</a>.
6676+
</li>
6677+
</ul>
6678+
</li>
66656679
</ol>
66666680
</li>
66676681
<li>Set <var>node</var>'s <a href=

0 commit comments

Comments
 (0)