interface HTMLImageElement : HTMLElement { /* IID: { 0xa6cf90ab, 0x15b3, 0x11d2, \ { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } */ /* IID: { 0xa6cf90c8, 0x15b3, 0x11d2, \ { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } */ void HTMLImageElement(); attribute DOMString lowSrc; attribute DOMString name; attribute DOMString align; attribute DOMString alt; attribute DOMString border; attribute DOMString height; attribute DOMString hspace; attribute boolean isMap; attribute DOMString longDesc; noscript attribute DOMString src; attribute DOMString useMap; attribute DOMString vspace; attribute DOMString width; }; interface Image { /* IID: { 0xa6cf90c7, 0x15b3, 0x11d2, \ { 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } */ void Image(); attribute DOMString lowsrc; readonly attribute boolean complete; };