DOM Object:  HTMLAreaElement
 
Property/Method  Functional Description  Data  Test Case 
 accessKey  A single chracter access key to give access to the form control.  "c"  hare001.html
 alt  Alternate text for user agents not rendering the normal content of this element.  "blue"  hare002.html
 coords  Comma-separated list of lengths, defining an active region geometry. See also shape for the shape of the region.  "72,306, 146,314"  hare003.html
 href  The URI of the linked resource.  "../testdata/yellow.html"  hare04.html
 noHref  Specified that this area is inactive, i.e., has no associated action.  true  hare005.html
 shape  The shape of the active area. The coordinates are given by coords.  "rect", "circle" and "poly"  hare006.html
 tabIndex  Index that represents the element's position in the tabbing order.  8  hare007.html
 target  Frame to render the resource in.  "yellow15"  hare008.html
 Node  tests methods and attr's inherited from node    narea.html
 Element  tests methods inherited from element    earea.html
 HTMLElement  tests attr's inherited from htmlelement    helmarea.html