HTMLLinkElement.disabled deprecated ? #24119
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
Help Wanted
You can do this
Milestone
TypeScript Version: 2.8.3
Search Terms: htmllink, disabled, deprecated
Code
https://github.com/Microsoft/TypeScript/blob/ba4bf21eade396ac0d82ab1278dfddc6ce69c653/lib/lib.dom.d.ts#L6501-L6509
Expected behavior:
According to MDN HTMLLinkElement,
HTMLLinkElement.disabled
is not deprecated.Actual behavior:
HTMLLinkElement.disabled
has been deprecated by JSDoc inlib.dom.d.ts
.Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: