import "HTMLAreaElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLAreaElement:


Public Attributes | |
| attribute DOMString | accessKey |
| attribute DOMString | alt |
| attribute DOMString | coords |
| attribute DOMString | href |
| attribute boolean | noHref |
| attribute DOMString | shape |
| attribute long | tabIndex |
| attribute DOMString | target |
| readonly attribute DOMString | hash |
| readonly attribute DOMString | host |
| readonly attribute DOMString | hostname |
| readonly attribute DOMString | pathname |
| readonly attribute DOMString | port |
| readonly attribute DOMString | protocol |
| readonly attribute DOMString | search |
Definition at line 23 of file HTMLAreaElement.idl.
| attribute DOMString accessKey |
Definition at line 24 of file HTMLAreaElement.idl.
| attribute DOMString alt |
Definition at line 25 of file HTMLAreaElement.idl.
| attribute DOMString coords |
Definition at line 26 of file HTMLAreaElement.idl.
| attribute DOMString href |
Definition at line 27 of file HTMLAreaElement.idl.
| attribute boolean noHref |
Definition at line 28 of file HTMLAreaElement.idl.
| attribute DOMString shape |
Definition at line 29 of file HTMLAreaElement.idl.
| attribute long tabIndex |
Definition at line 30 of file HTMLAreaElement.idl.
| attribute DOMString target |
Definition at line 31 of file HTMLAreaElement.idl.
| readonly attribute DOMString hash |
Definition at line 34 of file HTMLAreaElement.idl.
| readonly attribute DOMString host |
Definition at line 35 of file HTMLAreaElement.idl.
| readonly attribute DOMString hostname |
Definition at line 36 of file HTMLAreaElement.idl.
| readonly attribute DOMString pathname |
Definition at line 37 of file HTMLAreaElement.idl.
| readonly attribute DOMString port |
Definition at line 38 of file HTMLAreaElement.idl.
| readonly attribute DOMString protocol |
Definition at line 39 of file HTMLAreaElement.idl.
| readonly attribute DOMString search |
Definition at line 40 of file HTMLAreaElement.idl.
1.5.1