-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple specifications #18
Comments
See https://github.com/tobie/pr-preview#configuration-file for documentation. This only supports the main Web Bluetooth specification. tobie/pr-preview#18 tracks being able to preview the scanning spec as well.
See https://github.com/tobie/pr-preview#configuration-file for documentation. This only supports the main Web Bluetooth specification. tobie/pr-preview#18 tracks being able to preview the scanning spec as well.
See https://github.com/tobie/pr-preview#configuration-file for documentation. This only supports the main WebUSB specification. tobie/pr-preview#18 tracks being able to preview the testing spec as well.
See https://github.com/tobie/pr-preview#configuration-file for documentation. This only supports the main WebUSB specification. tobie/pr-preview#18 tracks being able to preview the testing spec as well.
The MSE spec (https://github.com/w3c/media-source) also has multiple respec sources (main + bytestream format registry + various bytestream formats). Supporting previews & diffs for more than just the main spec would be very helpful. |
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 tobie/pr-preview#18 for potentially adding support for previewing PRs for multiple specs within a repo.
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 tobie/pr-preview#18 for potentially adding support for previewing PRs for multiple specs within a repo.
There are a couple designs to choose from here:
@tobie What do you recommend? |
We can’t break backwards compat and only have access to the Would be important to work with repos that have a high number of files, such as the CSS WG’s to make sure their needs are covered. |
FYI similar issue for spec-prod at w3c/spec-prod#31. Lots of affected specs. @jdashg are you still pursuing option 3 above? |
Also would be helpful to support multiple specs at w3c/ttwg for yet-to-be-pushed boilerplate Registry spec. |
There’s an open PR but no o traction on it. Resources are still the concern here. Not sure anything will move until that changes, unfortunately. |
https://github.com/WebBluetoothCG/web-bluetooth/ holds two specifications,
index.bs
andscanning.bs
. It'd be nice for pr-preview to be able to build both.The text was updated successfully, but these errors were encountered: