HTMLImageElement.idl 125 B

123456
  1. interface HTMLImageElement : HTMLElement {
  2. [Reflect] attribute DOMString src;
  3. [Reflect] attribute DOMString alt;
  4. }