HTMLEmbedElement.idl 209 B

12345678
  1. interface HTMLEmbedElement : HTMLElement {
  2. [Reflect] attribute DOMString src;
  3. [Reflect] attribute DOMString type;
  4. [Reflect] attribute DOMString width;
  5. [Reflect] attribute DOMString height;
  6. }