naturalHeight and naturalWidth property of HTMLImageElement object is not mentioned in mozilla website Link
Although both properties works fine in Firefox but i don’t see this in documentation.
Is it a deprecated property or new in HTML5?
Can someone give me a link where these properties are defined in standard?
Definitely not deprecated. Checking the HTML5 spec for the
imgelement, we can see: