Skip to content

Commit 937ff0a

Browse files
authored
Fix references to WebAudio
bikeshed was unhappy with the spec. ``` $ bikeshed --die-on=warning spec "index.src.html" "index.src.html.built.html" --md-status="WD" --md-date="2024-12-12" --md-Prepare-For-TR="yes" --md-previous-version="https://www.w3.org/TR/2024/WD-webcodecs-20241008/" LINK ERROR: Multiple possible 'AudioBuffer' idl refs. Arbitrarily chose https://www.w3.org/TR/webaudio-1.0/#audiobuffer To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:webaudio-1.0; type:interface; text:AudioBuffer spec:webaudio-1.1; type:interface; text:AudioBuffer {{AudioBuffer}} LINK ERROR: Multiple possible 'AudioWorklet' idl refs. Arbitrarily chose https://www.w3.org/TR/webaudio-1.0/#audioworklet To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block: spec:webaudio-1.0; type:interface; text:AudioWorklet spec:webaudio-1.1; type:interface; text:AudioWorklet {{AudioWorklet}} ✘ Did not generate, due to errors exceeding the allowed error level. ```
1 parent 7a7f6c9 commit 937ff0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
spec:html; type:enum-value; text:srgb
3434
spec:infra; type:dfn; text:list
3535
spec:infra; type:dfn; text:enqueue
36+
spec:webaudio-1.1; type:interface; text:AudioWorklet
37+
spec:webaudio-1.1; type:interface; text:AudioBuffer
3638
</pre>
3739

3840
<pre class='anchors'>

0 commit comments

Comments
 (0)