diff --git a/expected-errs.txt b/expected-errs.txt index bc9c641f3..bb583a080 100644 --- a/expected-errs.txt +++ b/expected-errs.txt @@ -80,8 +80,6 @@ LINK ERROR: No 'argument' refs found for 'context' with for='MediaStreamAudioSou context LINK ERROR: No 'argument' refs found for 'options' with for='MediaStreamAudioSourceNode/MediaStreamAudioSourceNode(context, options)'. options -LINK ERROR: No 'argument' refs found for 'options' with for='MediaStreamAudioSourceNode/MediaStreamAudioSourceNode()'. -{{MediaStreamAudioSourceNode/MediaStreamAudioSourceNode()/options!!argument}} LINK ERROR: No 'argument' refs found for 'context' with for='MediaStreamTrackAudioSourceNode/MediaStreamTrackAudioSourceNode(context, options)'. context LINK ERROR: No 'argument' refs found for 'options' with for='MediaStreamTrackAudioSourceNode/MediaStreamTrackAudioSourceNode(context, options)'. @@ -98,8 +96,6 @@ LINK ERROR: No 'argument' refs found for 'context' with for='PeriodicWave/Period context LINK ERROR: No 'argument' refs found for 'options' with for='PeriodicWave/PeriodicWave(context, options)'. options -LINK ERROR: No 'argument' refs found for 'options' with for='PeriodicWave/PeriodicWave(context, options)'. -{{PeriodicWave/PeriodicWave(context, options)/options!!argument}} LINK ERROR: No 'argument' refs found for 'context' with for='StereoPannerNode/StereoPannerNode(context, options)'. context LINK ERROR: No 'argument' refs found for 'options' with for='StereoPannerNode/StereoPannerNode(context, options)'. diff --git a/index.bs b/index.bs index 163619bf9..899a4170f 100644 --- a/index.bs +++ b/index.bs @@ -8028,7 +8028,7 @@ Constructors : MediaStreamAudioSourceNode(context, options) :: 1. If the {{MediaStreamAudioSourceOptions/mediaStream}} member of - {{MediaStreamAudioSourceNode/MediaStreamAudioSourceNode()/options!!argument}} does not reference a + {{MediaStreamAudioSourceNode/constructor(context, options)/options!!argument}} does not reference a {{MediaStream}} that has at least one {{MediaStreamTrack}} whose kind attribute has the value "audio", @@ -9031,7 +9031,7 @@ Constructors
1. Let p be a new {{PeriodicWave}} object. Let \[[real]] and \[[imag]] be two internal slots of type {{Float32Array}}, and let \[[normalize]] be an internal slot. - 1. Process {{PeriodicWave/PeriodicWave(context, options)/options!!argument}} according to one of the following cases: + 1. Process {{PeriodicWave/constructor(context, options)/options!!argument}} according to one of the following cases: 1. If both {{PeriodicWaveOptions/real|options.real}} and {{PeriodicWaveOptions/imag|options.imag}} are present 1. If the lengths of {{PeriodicWaveOptions/real|options.real}} and {{PeriodicWaveOptions/imag|options.imag}} are different or if either length is less than 2, throw an {{IndexSizeError}} and abort this algorithm. 1. Set {{[[real]]}} and {{[[imag]]}} to new arrays with the same length as {{PeriodicWaveOptions/real|options.real}}.