2020-07-27 05:04:26 +01:00
|
|
|
interface HTMLObjectElement : HTMLElement {
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString data;
|
|
|
|
[Reflect] attribute DOMString type;
|
|
|
|
[Reflect] attribute DOMString name;
|
|
|
|
[Reflect=usemap] attribute DOMString useMap;
|
2020-08-01 03:05:43 +01:00
|
|
|
[Reflect] attribute DOMString width;
|
|
|
|
[Reflect] attribute DOMString height;
|
2020-07-27 05:04:26 +01:00
|
|
|
|
2020-11-12 04:16:41 +00:00
|
|
|
[Reflect] attribute DOMString align;
|
|
|
|
[Reflect] attribute DOMString archive;
|
|
|
|
[Reflect] attribute DOMString code;
|
|
|
|
[Reflect] attribute boolean declare;
|
|
|
|
[Reflect] attribute DOMString standby;
|
|
|
|
[Reflect=codetype] attribute DOMString codeType;
|
|
|
|
|
|
|
|
[LegacyNullToEmptyString, Reflect] attribute DOMString border;
|
|
|
|
|
2020-12-09 21:26:42 +00:00
|
|
|
};
|