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 166 forks source link

Don't link to HTML 5 #2332

Closed svgeesus closed 3 years ago

svgeesus commented 3 years ago

Describe the issue

Dangling use of HTML5 rather than HTML LS

Where Is It

1.32.2.3. The instantiation of AudioWorkletProcessor

Construct a callback function from processorCtor with the argument of deserializedOptions. If any exceptions are thrown in the callback, queue a task to the control thread to fire an event named processorerror using ErrorEvent at nodeReference.

Additional Information

ErrorEvent links to https://www.w3.org/TR/html50/webappapis.html#the-errorevent-interface but should instead link to https://html.spec.whatwg.org/multipage/webappapis.html#errorevent