Skip to content

Missing HTML Main, Details, and Summary #17872

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

Closed
arjunyel opened this issue Aug 17, 2017 · 0 comments
Closed

Missing HTML Main, Details, and Summary #17872

arjunyel opened this issue Aug 17, 2017 · 0 comments
Assignees
Labels
Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Help Wanted You can do this

Comments

@arjunyel
Copy link

TypeScript Version: 2.4.2

Code

const main = document.getElementById("main") as HTMLMainElement;
const details = document.getElementById("details") as HTMLDetailsElement;
const summary = document.getElementById("summary") as HTMLSummaryElement;

Expected behavior:

Typescript has definitions for these 3 elements.

Actual behavior:

Definitions missing

@mhegazy mhegazy self-assigned this Aug 17, 2017
@mhegazy mhegazy added Help Wanted You can do this Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript labels Aug 17, 2017
@mhegazy mhegazy added this to the TypeScript 2.6 milestone Aug 17, 2017
@mhegazy mhegazy added the Fixed in TSJS repo Fix merged in https://github.com/Microsoft/TSJS-lib-generator, but not ported yet label Aug 17, 2017
@mhegazy mhegazy reopened this Aug 17, 2017
@mhegazy mhegazy added Fixed A PR has been merged for this issue and removed Fixed A PR has been merged for this issue Fixed in TSJS repo Fix merged in https://github.com/Microsoft/TSJS-lib-generator, but not ported yet labels Aug 24, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

2 participants