Skip to content
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

Remove HTMLElement.document property from lib.d.ts #2510

Closed
Knagis opened this issue Mar 26, 2015 · 1 comment
Closed

Remove HTMLElement.document property from lib.d.ts #2510

Knagis opened this issue Mar 26, 2015 · 1 comment
Assignees
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Revisit An issue worth coming back to

Comments

@Knagis
Copy link
Contributor

Knagis commented Mar 26, 2015

https://github.com/Microsoft/TypeScript/blob/master/src/lib/dom.generated.d.ts#L211

The property document on HTMLElement interface is not defined in current browsers and the spec.

@mhegazy mhegazy added Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Revisit An issue worth coming back to labels Mar 26, 2015
@mhegazy mhegazy self-assigned this Mar 26, 2015
@mhegazy mhegazy added this to the TypeScript 1.6 milestone Mar 26, 2015
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Apr 22, 2015
@mhegazy
Copy link
Contributor

mhegazy commented Apr 22, 2015

Fixed in #2739

@mhegazy mhegazy closed this as completed Apr 22, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Domain: lib.d.ts The issue relates to the different libraries shipped with TypeScript Fixed A PR has been merged for this issue Revisit An issue worth coming back to
Projects
None yet
Development

No branches or pull requests

2 participants