@@ -5928,7 +5928,7 @@ <h2 id="AudioWorklet-concepts">
5928
5928
<dfn>node name to parameter descriptor map</dfn>
5929
5929
</dt>
5930
5930
<dd>
5931
- Belongs to <a>BaseAudioContext</a>. This map contains the
5931
+ Belongs to <a>BaseAudioContext</a>. This map contains an
5932
5932
identical set of string keys from <a>node name to processor
5933
5933
definition map</a> that are associated with the matching
5934
5934
<a>parameterDescriptors</a> values. This internal storage is
@@ -6633,7 +6633,7 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
6633
6633
"#widl-AudioWorkletNode-port">port</a> to <var>nodePort</var>.
6634
6634
</li>
6635
6635
<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
6637
6637
map</a>:
6638
6638
<ol>
6639
6639
<li>Let <var>audioParamMap</var> be a new <a>AudioParamMap</a>
@@ -6662,6 +6662,20 @@ <h2 id="instantiation-of-AudioWorkletNode-and-AudioWorkletProcessor">
6662
6662
<var>audioParamMap</var>, set that <a>AudioParam</a>'s
6663
6663
value to <var>value</var>.
6664
6664
</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>
6665
6679
</ol>
6666
6680
</li>
6667
6681
<li>Set <var>node</var>'s <a href=
0 commit comments