w3c / webcodecs

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

Fix auto-publication of the WebCodecs Codec Registry #641

Closed tidoust closed 11 months ago

tidoust commented 1 year ago

The requested status was still "Note" whereas the spec transitioned to the Registry track. Updating the status accordingly.

Note that the job succeeded because it failed to detect the error returned by Echidna to complain about the incorrect status. Spec updates were not published though (and the /TR version is still the October 2022 version for now).

tidoust commented 1 year ago

Note CI build fails due to an unrelated HTML validation issue in the latest version of Bikeshed: https://github.com/speced/bikeshed/issues/2476

Publication to /TR will fail as well while this gets fixed.

aboba commented 11 months ago

@tidoust Any update?

tidoust commented 11 months ago

@tidoust Any update?

Bug in Bikeshed was fixed shortly after this PR got created. PR is still needed to fix publication to /TR. I'll merge it.

tidoust commented 11 months ago

I note auto-publication of the draft registry still does not work, simply because the Echidna system does not yet support auto-publication of draft registries. This is tracked in https://github.com/w3c/echidna/issues/970. Nothing we can do on our side for now.

tidoust commented 11 months ago

Echidna now supports draft registries and auto-publication of the WebCodecs Codec Registry is now operational.