-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do thisYou can do thisPursuitFellowshipHelp wanted from Pursuit fellowship; others please avoid until Dec 19Help wanted from Pursuit fellowship; others please avoid until Dec 19
Milestone
Description
TypeScript Version: 3.7.x-dev.201xxxxx
Search Terms: sheet, SVGStyleElement
Code
var c: SVGStyleElement;
console.log(c.sheet);
Expected behavior:
No error on c.sheet
Actual behavior:
Error Property 'sheet' does not exist on type 'SVGStyleElement'
Playground Link:
https://www.typescriptlang.org/play/?ssl=3&ssc=22&pln=1&pc=1#code/G4QwTgBAxgXBDKA1A4vALgTwDYFMCiuAtjgHZoDcAsAFA1QD2JAzvbgHRb0DmAFFG0wAWOHGgCU5IA
Additional info
Both Chrome and Firefox have sheet
on SVGStyleElement
.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptHelp WantedYou can do thisYou can do thisPursuitFellowshipHelp wanted from Pursuit fellowship; others please avoid until Dec 19Help wanted from Pursuit fellowship; others please avoid until Dec 19