@@ -7795,9 +7795,7 @@ Constructors</h4>
7795
7795
<dl dfn-type=constructor dfn-for="MediaElementAudioSourceNode">
7796
7796
: <dfn>MediaElementAudioSourceNode(context, options)</dfn>
7797
7797
::
7798
- 1. If <var> context</var> is not an {{AudioContext}} , throw an
7799
- {{NotSupportedError}} exception and abort these steps.
7800
- 2. <a href="#audionode-constructor-init">initialize the AudioNode</a>
7798
+ 1. <a href="#audionode-constructor-init">initialize the AudioNode</a>
7801
7799
<var> this</var> , with <var> context</var> and <var> options</var> as arguments.
7802
7800
7803
7801
<pre class=argumentdef for="MediaElementAudioSourceNode/constructor(context, options)">
@@ -7900,9 +7898,7 @@ Constructors</h4>
7900
7898
<dl dfn-type=constructor dfn-for="MediaStreamAudioDestinationNode">
7901
7899
: <dfn>MediaStreamAudioDestinationNode(context, options)</dfn>
7902
7900
::
7903
- 1. If <code> context</code> is not an {{AudioContext}} , throw an
7904
- {{NotSupportedError}} and abort these steps.
7905
- 2. <a href="#audionode-constructor-init">Initialize the AudioNode</a>
7901
+ 1. <a href="#audionode-constructor-init">Initialize the AudioNode</a>
7906
7902
<var> this</var> , with <var> context</var> and <var> options</var> as arguments.
7907
7903
7908
7904
<pre class=argumentdef for="MediaStreamAudioDestinationNode/constructor(context, options)">
@@ -7958,25 +7954,23 @@ Constructors</h4>
7958
7954
<dl dfn-type=constructor dfn-for="MediaStreamAudioSourceNode">
7959
7955
: <dfn>MediaStreamAudioSourceNode(context, options)</dfn>
7960
7956
::
7961
- 1. If <var> context</var> is not an {{AudioContext}} , throw an
7962
- {{NotSupportedError}} exception and abort these steps.
7963
- 2. If the {{MediaStreamAudioSourceOptions/mediaStream}} member of
7957
+ 1. If the {{MediaStreamAudioSourceOptions/mediaStream}} member of
7964
7958
{{MediaStreamAudioSourceNode/MediaStreamAudioSourceNode()/options!!argument}} does not reference a
7965
7959
{{MediaStream}} that has at least one
7966
7960
{{MediaStreamTrack}} whose
7967
7961
<code> kind</code> attribute has the value <code> "audio"</code> ,
7968
7962
throw an {{InvalidStateError}} and abort these steps. Else, let
7969
7963
this stream be <var> inputStream</var> .
7970
- 3 . Let <var> tracks</var> be the list of all
7964
+ 1 . Let <var> tracks</var> be the list of all
7971
7965
{{MediaStreamTrack}} s of
7972
7966
<var> inputStream</var> that have a <code> kind</code> of
7973
7967
<code> "audio"</code> .
7974
- 4 . Sort the elements in <var> tracks</var> based on their <code> id</code>
7968
+ 1 . Sort the elements in <var> tracks</var> based on their <code> id</code>
7975
7969
attribute using lexicographic ordering on sequences of code unit
7976
7970
values.
7977
- 5 . <a href="#audionode-constructor-init">Initialize the AudioNode</a>
7971
+ 1 . <a href="#audionode-constructor-init">Initialize the AudioNode</a>
7978
7972
<var> this</var> , with <var> context</var> and <var> options</var> as arguments.
7979
- 6 . Set an internal slot <dfn attribute
7973
+ 1 . Set an internal slot <dfn attribute
7980
7974
for="MediaStreamAudioSourceNode"> [[input track]] </dfn> on this
7981
7975
{{MediaStreamAudioSourceNode}} to be the first element of
7982
7976
<var> tracks</var> . This is the track used as the input audio for this
@@ -8066,12 +8060,10 @@ Constructors</h4>
8066
8060
<dl dfn-type=constructor dfn-for="MediaStreamTrackAudioSourceNode">
8067
8061
: <dfn>MediaStreamTrackAudioSourceNode(context, options)</dfn>
8068
8062
::
8069
- 1. If <var> context</var> is not an {{AudioContext}} , throw an
8070
- {{NotSupportedError}} exception and abort these steps.
8071
- 2. If the {{MediaStreamTrackAudioSourceOptions/mediaStreamTrack}} 's
8063
+ 1. If the {{MediaStreamTrackAudioSourceOptions/mediaStreamTrack}} 's
8072
8064
<code> kind</code> attribute is not <code> "audio"</code> , throw an
8073
8065
{{InvalidStateError}} and abort these steps.
8074
- 3 . <a href="#audionode-constructor-init">Initialize the AudioNode</a>
8066
+ 1 . <a href="#audionode-constructor-init">Initialize the AudioNode</a>
8075
8067
<var> this</var> , with <var> context</var> and <var> options</var> as arguments.
8076
8068
8077
8069
<pre class=argumentdef for="MediaStreamTrackAudioSourceNode/constructor(context, options)">
0 commit comments