押しボタン。 HTML 4.01 の BUTTON 要素の定義 を参照。
accessKeydisabledboolean型
formHTMLFormElement型, 読取専用
FORM 要素。このコントロールがフォームの文脈内にない場合は null。nametabIndexlong型
typeDOMString型, 読取専用
value
interface HTMLButtonElement : HTMLElement {
readonly attribute HTMLFormElement form;
attribute DOMString accessKey;
attribute boolean disabled;
attribute DOMString name;
attribute long tabIndex;
readonly attribute DOMString type;
attribute DOMString value;
};