Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hardcoded links to WebIDL spec #2575

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -11296,7 +11296,7 @@ Methods</h5>

1. Let <var>parameterDescriptorSequence</var>
be the result of
<a href="https://heycam.github.io/webidl/#es-to-sequence">
<a href="https://webidl.spec.whatwg.org/#es-to-sequence">
the conversion</a> from
<var>parameterDescriptorsValue</var>
to an IDL value of type
Expand Down Expand Up @@ -11532,7 +11532,7 @@ Constructors</h5>
[$StructuredSerializeWithTransfer$](<var>processorPortOnThisSide</var>,
« <var>processorPortOnThisSide</var> »).

1. <a href="https://heycam.github.io/webidl/#dictionary-to-es">Convert</a>
1. <a href="https://webidl.spec.whatwg.org/#dictionary-to-es">Convert</a>
<var>options</var> dictionary to <var>optionsObject</var>.

1. Let <var>serializedOptions</var> be the result of
Expand Down Expand Up @@ -12728,14 +12728,14 @@ task queue=] of its associated {{BaseAudioContext}}.
1. Perform the following substeps:

1. Let |args| be a
<a href="https://heycam.github.io/webidl/#web-idl-arguments-list">
<a href="https://webidl.spec.whatwg.org/#web-idl-arguments-list">
Web IDL arguments list</a> consisting of
{{AudioWorkletProcessCallback/inputs}},
{{AudioWorkletProcessCallback/outputs}}, and
{{AudioWorkletProcessCallback/parameters}}.

1. Let |esArgs| be the result of
<a href="https://heycam.github.io/webidl/#web-idl-arguments-list-converting">
<a href="https://webidl.spec.whatwg.org/#web-idl-arguments-list-converting">
converting</a> |args| to an ECMAScript arguments list.

1. Let |callResult| be the <a href="https://tc39.github.io/ecma262/#sec-call">
Expand Down