HTMLEmbedElement.idl 324 B

12345678910111213
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLEmbedElement : HTMLElement {
  3. [Reflect] attribute DOMString src;
  4. [Reflect] attribute DOMString type;
  5. [Reflect] attribute DOMString width;
  6. [Reflect] attribute DOMString height;
  7. [Reflect] attribute DOMString align;
  8. [Reflect] attribute DOMString name;
  9. };