Interface HTMLMapElement

継承元:
HTMLElement
プロパティ:
areas, name
メソッド:

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

プロパティ:

IDL 定義:

interface HTMLMapElement : HTMLElement {
  readonly attribute HTMLCollection  areas;
           attribute DOMString       name;
};


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