Interface HTMLAreaElement

継承元:
HTMLElement
プロパティ:
accessKey, alt, coords, href, noHref, shape, tabIndex, target
メソッド:

クライアントサイドイメージマップのエリア定義。 HTML 4.01 の AREA 要素の定義 を参照。

プロパティ:

IDL 定義:

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;
};


Issued: / Revised: / All rights reserved. © 2002-2016 TAKI