HTMLObjectElement.idl 300 B

12345678910
  1. interface HTMLObjectElement : HTMLElement {
  2. [Reflect] attribute DOMString data;
  3. [Reflect] attribute DOMString type;
  4. [Reflect] attribute DOMString name;
  5. [Reflect=usemap] attribute DOMString useMap;
  6. [Reflect] attribute DOMString width;
  7. [Reflect] attribute DOMString height;
  8. }