-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Missing HTML tags #17828
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
Comments
I recently added the dialog element, I'll look into adding the others microsoft/TypeScript-DOM-lib-generator#272 |
I've also added main, details, and summary microsoft/TypeScript-DOM-lib-generator#282 However I'm not sure how to add them to the HTMLElementTagNameMap interface, it seems like this piece of F# code creates it https://github.com/Microsoft/TSJS-lib-generator/blob/master/TS.fsx#L806 |
I've noticed that MDN has markead |
Update: bdi and rp are the only ones missing. Edit Sorry, my mistake. They are all still missing from |
A few SVG tags seem to be missing too from |
@inad9300 they are missing because they are in the HTMLElementTagNameMap and they cannot be in both whilst the deprecated ElementTagNameMap still remains in the definition file |
Please, reopen this as per microsoft/TypeScript-DOM-lib-generator#609 (comment). |
@RyanCavanaugh thanks for taking care of this. Nevertheless, unless you found something new, the problems listed in the comment I linked were rightly dismissed by @saschanaz, and this issue can therefore remain closed. Sorry for the back and forth. |
TypeScript Version: 2.4.0
The
HTMLElementTagNameMap
interface seems to be missing some HTML tags. From the list of new HTML5 elements (I haven't checked anything else), the following are missing:main
(I have noticed because of this element.)bdi
details
dialog
(Deprecated.)menuitem
rp
summary
The text was updated successfully, but these errors were encountered: