Commit 937ff0a
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments