-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
lib.d.ts HTMLTableElement, HTMLTableSectionElement, and HTMLTableRowElement #3583
Comments
How about also HTMLTableElement cells and rows property return a new generic type HTMLCollectionOf where cells is HTMLCollectionOf and rows is HTMLCollectionOf. And the HTMLTableRowElement cells property would be HTMLCollectionOf. |
Seems like this didn't make v1.6. Is it possible to get a milestone update? |
The |
I have a PR fixing this at microsoft/TypeScript-DOM-lib-generator#24 |
A couple of html table related methods in lib.d.ts return HTMLElement, but they could return a more precise type:
The text was updated successfully, but these errors were encountered: