HTMLMapElement

HTMLMapElement インターフェイスは、map 要素のレイアウトと表示を操作するための特別なプロパティとメソッド (継承によっても利用可能な通常のオブジェクト HTMLElement インターフェイスを超えるもの) を提供します。

プロパティ

親の HTMLElement からプロパティを継承しています。

HTMLMapElement.name

Is a DOMString representing the <map> element for referencing it other context. If the id attribute is set, this must have the same value; and it cannot be null or empty.

HTMLMapElement.areas 読取専用

Is a live HTMLCollection representing the <area> elements associated to this <map>.

メソッド

特定のメソッドはありません。親である HTMLElement からメソッドを継承します。

仕様書

Specification
HTML Standard
# htmlmapelement

ブラウザの互換性

BCD tables only load in the browser

ブラウザーの互換性

  • HTML element implementing this interface: <map>.