This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21397 - [NamedConstructor=Image(optional unsigned long width, optional unsigned long height)] interface HTMLImageElement : HTMLElement { attribute DOMString alt; attribute DOMString src; [...]
Summary: [NamedConstructor=Image(optional unsigned long width, optional unsigned long ...
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-26 10:34 UTC by contributor
Modified: 2013-04-01 17:56 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-03-26 10:34:56 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#the-img-element
Complete: http://www.whatwg.org/c#the-img-element

Comment:
[NamedConstructor=Image(optional unsigned long width, optional unsigned long
height)] interface HTMLImageElement : HTMLElement {	       attribute
DOMString alt;		  attribute DOMString src;	      attribute
DOMString srcset;	     attribute DOMString crossOrigin;		
attribute DOMString useMap;	       attribute boolean isMap; 	  
attribute unsigned long width;		  attribute unsigned long height;  
readonly attribute unsigned long naturalWidth;	 readonly attribute unsigned
long naturalHeight;   readonly attribute boolean complete;

Posted from: 213.37.128.77
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22