- From: Kenneth G. Franqueiro via GitHub <noreply@w3.org>
- Date: Thu, 19 Mar 2026 15:50:05 +0000
- To: public-webrtc@w3.org
kfranqueiro has just submitted a new pull request for https://github.com/w3c/webrtc-rtptransport: == Update Makefile to use spec-generator == This updates the Makefile, which referenced the discontinued api.csswg.org/bikeshed HTTP API, to instead use https://www.w3.org/publications/spec-generator/. I would note a few observations about this Makefile, which have me wondering whether it's presently unused: - Currently `make index.html` does nothing because `index.html` is actively committed to the repository (not in `.gitignore`) - If I run `make check` or remove `index.html` and test `make index.html`, bikeshed fails due to a trailing comma in JSON found in `index.bs`, which seems to have been that way for 2 years - If I fix the JSON, I notice the output is missing a lot of content currently included in the ED See https://github.com/w3c/webrtc-rtptransport/pull/107 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 March 2026 15:50:06 UTC