WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 165 forks source link

Adjust del part of AudioWorklet to avoid duplication in IDL index #2511

Closed tidoust closed 1 year ago

tidoust commented 1 year ago

Editing tools are still not very good at handling proposed changes constructs in specifications. The <del> part of the AudioWorklet definition is incorrectly linkified and duplicated in the final IDL index.

This update adds the extract class and the data-no-idl attributes to this definition as a workaround, as was done for AudioContext and AudioWorkletProcessorConstructor.


:boom: Error: 500 Internal Server Error :boom:

PR Preview failed to build. (Last tried on Sep 20, 2022, 8:19 AM UTC).

More PR Preview relies on a number of web services to run. There seems to be an issue with the following one: :rotating_light: [CSS Spec Preprocessor](https://api.csswg.org/bikeshed/) - CSS Spec Preprocessor is the web service used to build Bikeshed specs. :link: [Related URL](https://api.csswg.org/bikeshed/?url=https%3A%2F%2Fraw.githubusercontent.com%2FWebAudio%2Fweb-audio-api%2Fd19b57012bb5b9c9d6050e9a76a3e3e08c42f3a5%2Findex.bs&force=1&md-warning=not%20ready) ``` 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.


Apache/2.4.10 (Debian) Server at api.csswg.org Port 443
``` _If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please [file an issue](https://github.com/tobie/pr-preview/issues/new?title=Error%20not%20surfaced%20properly&body=See%20WebAudio/web-audio-api%232511.)._
tidoust commented 1 year ago

Thanks, @hoch. Note spec build failed because of a now-fixed hiccup on Bikeshed's side (HTML definitions had temporarily disappeared). The build job should be re-run to re-generate the draft with this update.

padenot commented 1 year ago

I've re-triggered the job, thanks for the fix and heads-up.