gecko-dev/dom/public/idl/html/HTMLObjectElement.idl

21 строка
752 B
Plaintext

interface HTMLObjectElement : HTMLElement {
attribute HTMLFormElement form;
attribute wstring code;
attribute wstring align;
attribute wstring archive;
attribute wstring border;
attribute wstring codeBase;
attribute wstring codeType;
attribute wstring data;
attribute boolean declare;
attribute wstring height;
attribute wstring hspace;
attribute wstring name;
attribute wstring standby;
attribute long tabIndex;
attribute wstring type;
attribute wstring useMap;
attribute wstring vspace;
attribute wstring width;
};