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: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(Document IDL attributes and the UAs supporting them)
(No difference)

Revision as of 12:17, 15 August 2010

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