A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

IDL attributes

From WHATWG Wiki
Revision as of 12:17, 15 August 2010 by Ms2ger (talk | contribs) (Document IDL attributes and the UAs supporting them)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

HTMLImageElement

HTML Gecko WebKit Opera IE
attribute DOMString alt; y y y ? ?
attribute DOMString src; y y y ? ?
attribute DOMString useMap; y y y ? ?
attribute boolean isMap; y y y ? ?
attribute unsigned long width; y y[1] y[1] ? ?
attribute unsigned long height; y y[1] y[1] ? ?
readonly attribute unsigned long naturalWidth; y y[1] y[1] ? ?
readonly attribute unsigned long naturalHeight; y y[1] y[1] ? ?
readonly attribute boolean complete; y y y ? ?
attribute DOMString name; y[2] y y ? ?
attribute DOMString align; y[2] y y ? ?
attribute DOMString border; y[2] y y ? ?
attribute unsigned long hspace; y[2] y[1] y[1] ? ?
attribute DOMString longDesc; y[2] y y ? ?
attribute unsigned long vspace; y[2] y[1] y[1] ? ?
attribute DOMString lowsrc; n y y ? ?
readonly attribute long x; n y[3] y ? ?
readonly attribute long x; n y[3] y ? ?

Notes