2020-07-27 01:04:26 -03:00
|
|
|
interface HTMLObjectElement : HTMLElement {
|
|
|
|
|
|
|
|
|
|
[Reflect] attribute DOMString data;
|
|
|
|
|
[Reflect] attribute DOMString type;
|
|
|
|
|
[Reflect] attribute DOMString name;
|
|
|
|
|
[Reflect=usemap] attribute DOMString useMap;
|
2020-07-31 23:05:43 -03:00
|
|
|
[Reflect] attribute DOMString width;
|
|
|
|
|
[Reflect] attribute DOMString height;
|
2020-07-27 01:04:26 -03:00
|
|
|
|
2020-11-12 01:16:41 -03: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 18:26:42 -03:00
|
|
|
};
|