w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
978 stars 136 forks source link

Align event phrasing with DOM spec #498

Closed dontcallmedom closed 2 years ago

dontcallmedom commented 2 years ago

see https://dom.spec.whatwg.org/#firing-events-example


:boom: Error: 400 Bad Request :boom:

PR Preview failed to build. (Last tried on Jun 8, 2022, 1:00 PM 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%2Fdontcallmedom%2Fwebcodecs%2F961b335cd5354953824ff8456c72369f9a712d84%2Findex.src.html&md-warning=not%20ready) ``` Error running preprocessor, returned code: 2. WARNING: IGNORED LEGACY IDL LINE: 5 - "," WARNING: IGNORED LEGACY IDL LINE: 4 - "," WARNING: IGNORED LEGACY IDL LINE: 22 - "," WARNING: IGNORED LEGACY IDL LINE: 10 - "," WARNING: IGNORED LEGACY IDL LINE: 20 - "," WARNING: IGNORED LEGACY IDL LINE: 6 - "," FATAL ERROR: Obsolete biblio ref: [rfc7231] is replaced by [rfc9110]. Either update the reference, or use [rfc7231 obsolete] if this is an intentionally-obsolete reference. ✘ Did not generate, due to fatal errors ``` _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%20w3c/webcodecs%23498.)._
dalecurtis commented 2 years ago

FYI, https://github.com/w3c/webcodecs/pull/497 removes this entirely.

dalecurtis commented 2 years ago

No longer needed since onchange has been removed.