クライアントサイドイメージマップのエリア定義。 HTML 4.01 の AREA 要素の定義 を参照。
accessKey
alt
coords
href
noHref
boolean
型
shape
tabIndex
long
型
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; };