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
|
|
|
|
|
|
|
|
}
|