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-07-24 08:11:04 -03:00
|
|
|
|
2020-06-21 10:26:09 -03:00
|
|
|
}
|