-
Notifications
You must be signed in to change notification settings - Fork 31
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
Convert to Bikeshed #3
Comments
In whatwg/fullscreen#47 I converted Fullscreen to Bikeshed, and there are a number of scripts you can run to check if the output is still similar enough to the original. https://github.com/foolip/epubbase/blob/master/worddiff.py is one, the others a snippets of JS somewhere on the Fullscreen issue/PR/branch. |
@andrenatal, any progress on this? |
I'll start working on this later this week @foolip |
tabatkins
pushed a commit
to speced/bikeshed
that referenced
this issue
Jun 13, 2018
foolip
added a commit
that referenced
this issue
Jun 15, 2018
https://github.com/foolip/epubbase/blob/master/worddiff.py was used to vet that the text content of the spec wasn't changed in any unexpected way. The only notable change is that "message attribute" in https://w3c.github.io/speech-api/webspeechapi.html#speechsynthesiserrorevent was removed, as it was a copy-paste error and SpeechSynthesisErrorEvent doesn't have a message attribute, just an error attribute. Fixes #3. Fixes #4. Fixes #5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/tabatkins/bikeshed is used for most modern specs.
The text was updated successfully, but these errors were encountered: