mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 09:34:59 +00:00
10 lines
302 B
Text
10 lines
302 B
Text
interface HTMLImageElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString alt;
|
|
[Reflect] attribute DOMString srcset;
|
|
[Reflect] attribute DOMString sizes;
|
|
[Reflect=usemap] attribute DOMString useMap;
|
|
[Reflect=ismap] attribute boolean isMap;
|
|
|
|
}
|