HTMLObjectElement.idl 631 B

12345678910111213141516171819
  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. [Reflect] attribute DOMString align;
  9. [Reflect] attribute DOMString archive;
  10. [Reflect] attribute DOMString code;
  11. [Reflect] attribute boolean declare;
  12. [Reflect] attribute DOMString standby;
  13. [Reflect=codetype] attribute DOMString codeType;
  14. [LegacyNullToEmptyString, Reflect] attribute DOMString border;
  15. };