DOM Object:  HTMLButtonElement
 
Property/Method Functional Description Data Test Case
form test to see if this element has a parent form, and if it does, check to see that the correct one is returned.   hbut000.html
accessKey set to reasonable string values.   hbut001.html
disabled set, check to see if it is mutable.   hbut002.html
name set/check to strings in various equivalence classes   hbut003.html
tabIndex set/check against valid/invalid/duplicate numbers   hbut004.html
type set to one of (reset, button, submit)   hbut005.html
value set to reasonable strings.   hbut006.html
 Node  tests methods and attr's inherited from node    nbutton.html
 Element  tests methods inherited from element    ebutton.html
 HTMLElement  tests attr's inherited from htmlelement    helmbtn.html