2020-06-21 10:26:09 -03:00
|
|
|
interface HTMLImageElement : HTMLElement {
|
|
|
|
|
|
2020-07-24 08:11:04 -03:00
|
|
|
[Reflect] attribute DOMString src;
|
|
|
|
|
[Reflect] attribute DOMString alt;
|
2020-07-27 01:04:26 -03:00
|
|
|
[Reflect] attribute DOMString srcset;
|
|
|
|
|
[Reflect] attribute DOMString sizes;
|
|
|
|
|
[Reflect=usemap] attribute DOMString useMap;
|
2020-11-09 05:15:10 -03:00
|
|
|
[Reflect=ismap] attribute boolean isMap;
|
2020-07-24 08:11:04 -03:00
|
|
|
|
2020-11-12 01:16:41 -03:00
|
|
|
[Reflect] attribute DOMString name;
|
|
|
|
|
[Reflect] attribute DOMString align;
|
|
|
|
|
[LegacyNullToEmptyString, Reflect] attribute DOMString border;
|
|
|
|
|
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|