-
Notifications
You must be signed in to change notification settings - Fork 439
Add HTML text level semantics types #494
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
Conversation
@@ -0,0 +1,13 @@ | |||
{ | |||
"hyperlink-href": "Returns the hyperlink's URL.\nCan be set, to change the URL.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i do not see these comments showing up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what should be done there, it seems should be htmlhyperlinkelementutils-href
instead of hyperlink-href
to add it to the lib file. Should it be manually mapped?
Some merge conflicts need attention |
looks like my manual merge did not work. |
0ce9ef7
to
69103b5
Compare
Fixed! |
thanks! |
@saschanaz do you have a list of all the remaining widl files? we should probably have this on an issue to make it easier for others who wanna help to jump in and pick a few. |
I don't have one right now, but I hope I can get one after I add full HTML and DOM types. Currently I just try adding those types and getting their dependencies by build errors. |
Removes nonstandard properties from HTMLAnchorElement.