押しボタン。 HTML 4.01 の BUTTON 要素の定義 を参照。
accessKey
disabled
boolean
型
form
HTMLFormElement
型, 読取専用
FORM
要素。このコントロールがフォームの文脈内にない場合は null
。name
tabIndex
long
型
type
DOMString
型, 読取専用
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; };