w3c / media-source

Media Source Extensions
https://w3c.github.io/media-source/
Other
268 stars 58 forks source link

Add support for PR-Previews for the main MSE spec #252

Closed wolenetz closed 3 years ago

wolenetz commented 4 years ago

This only adds previews and diffs for the main MSE spec src file (media-source-respec.html), not the various bytestream format registry and format specs. See https://github.com/tobie/pr-preview/issues/18 for potentially adding support for previewing PRs for multiple specs within a repo.

tidoust commented 3 years ago

Byte stream format specs have now moved to dedicated repositories (with PR preview enabled) so we no longer need to worry about finding a way to enable PR preview for multiple specs in this repo. Merging this as-is to enable PR preview on the MSE spec.

wolenetz commented 3 years ago

@tidoust thank you