DOM Object: HTMLMapElement
|
Property/Method |
Functional Description |
Data |
Test Case |
|---|---|---|---|
| areas | The list of areas defined for the image map. | "[object HTMLCollection]" | hmap001.html |
| name | Names the map (for use with usemap). | "mondrian" | hmap002.html |
| Node | tests methods and attr's inherited from node | nmap.html | |
| Element | tests methods inherited from element | emap.html | |
| HTMLElement | tests attr's inherited from htmlelement | helmmap.html |