ladybird/Libraries/LibWeb/HTML/HTMLImageElement.idl

7 lines
125 B
Text
Raw Normal View History

interface HTMLImageElement : HTMLElement {
[Reflect] attribute DOMString src;
[Reflect] attribute DOMString alt;
}