DOM Object:  HTMLInputElement
 
Property/Method Functional Description Data Test Case
defaultValue     hinp000.html  
defaultChecked     hinp001.html
form test to see if this element has a parent form, and if it does, check to see that the correct one is returned.   hinp002.html
accept     hinp003.html
accessKey set to reasonable string values.   hinp004.html
align set to standard alignments (left, right, top, bottom, center)   hinp005.html
alt     hinp006.html
checked     hinp007.html
disabled set, check to see if it is mutable.   hinp008.html 
maxLength     hinp009.html 
name set/check to strings in various equivalence classes   hinp010.html 
readOnly Set/check the readOnly attribute   hinp011.html
size     hinp012.html 
src     hinp013.html 
tabIndex set/check against valid/invalid/duplicate numbers   hinp014.html
type set to one of (text|password|checkbox|radio|submit|reset|file|hidden|image|button)   hinp015.html
useMap     hinp016.html 
value set to reasonable strings.   hinp017.html
blur() set/check the focus() and blur() attributes   hinp018.html
focus()
select()     hinp020.html  
click()     hinp021.html
 Node  tests methods and attr's inherited from node    ninput.html
 Element  tests methods inherited from element    einput.html
 HTMLElement  tests attr's inherited from htmlelement    helminp.html