Skip to content

Add readonly control property to HTMLLabelElement #19498

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
wants to merge 1 commit into from

Conversation

soluml
Copy link

@soluml soluml commented Oct 26, 2017

Per the MDN documentation for Label elements: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement

Currently that is not the case: #19477

Label elements have a read only control property which references the input element by which the label is associated.

Fixes # added the control prop to the HTMLLabelElement type.

Per the MDN documentation for Label elements: https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement

Label elements have a read only control property which references the input element by which the label is associated.
@mhegazy
Copy link
Contributor

mhegazy commented Oct 26, 2017

Thanks for your PR. these files are not manually edited, they are auto-generated from a script in . You can find more information about contributing lib.d.ts fixes at https://github.com/Microsoft/TSJS-lib-generator.

Changes should be done in https://github.com/Microsoft/TSJS-lib-generator instead.

Please find more information at: https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md#contributing-libdts-fixes.

@mhegazy mhegazy closed this Oct 26, 2017
@soluml soluml deleted the patch-1 branch October 26, 2017 18:55
@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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants