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

11 строки
371 B
Plaintext

interface HTMLOptionElement : HTMLElement {
attribute HTMLFormElement form;
attribute boolean defaultSelected;
attribute wstring text;
attribute long index;
attribute boolean disabled;
attribute wstring label;
attribute boolean selected;
attribute wstring value;
};