-
Notifications
You must be signed in to change notification settings - Fork 8
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
Source of specs? #1
Comments
I looked up the WebIDL specs through the MDN web docs. The specification sections of a Web API usually links to the official specification. Then I just copied the specification into a |
OK great, so there wasn’t an automated tool I was missing. I’ll see if I can code one up! |
alright, I’ve got things mostly working now, although I need to find a way to parse the html spec, where several important things are defined, but is formatted with HTML tags inside the code.
|
I guess this can be closed as outdated, right? |
Yep, so glad that |
@MaxDesiatov
@j-f1
@MaxDesiatov
I’m guessing they were extracted from the
.bs
files by looking for the<pre class=idl>
blocks. @Unkaputtbar @PSchmiedmayer do you have any more information on how this was done?The text was updated successfully, but these errors were encountered: