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 references to WebAudio #865

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Fix references to WebAudio #865

merged 1 commit into from
Dec 12, 2024

Conversation

Djuffin
Copy link
Contributor

@Djuffin Djuffin commented Dec 12, 2024

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.

Preview | Diff

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.
```
@Djuffin Djuffin merged commit 47e3955 into main Dec 12, 2024
2 checks passed
@Djuffin Djuffin deleted the Djuffin-fix-build branch December 12, 2024 22:35
github-actions bot added a commit that referenced this pull request Dec 12, 2024
SHA: 47e3955
Reason: push, by Djuffin

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant