HTMLEmbedElement.idl 291 B

1234567891011
  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. [Reflect] attribute DOMString align;
  7. [Reflect] attribute DOMString name;
  8. }