クライアントサイドイメージマップのエリア定義。 HTML 4.01 の AREA 要素の定義 を参照。
accessKeyaltcoordshrefnoHrefboolean型
shapetabIndexlong型
target
interface HTMLAreaElement : HTMLElement {
attribute DOMString accessKey;
attribute DOMString alt;
attribute DOMString coords;
attribute DOMString href;
attribute boolean noHref;
attribute DOMString shape;
attribute long tabIndex;
attribute DOMString target;
};