HTMLMapElement
HTMLMapElement
インターフェイスは、map 要素のレイアウトと表示を操作するための特別なプロパティとメソッド (継承によっても利用可能な通常のオブジェクト HTMLElement
インターフェイスを超えるもの) を提供します。
プロパティ
親の HTMLElement
からプロパティを継承しています。
HTMLMapElement.name
- Is a
DOMString
representing the<map>
element for referencing it other context. If theid
attribute is set, this must have the same value; and it cannot benull
or empty. HTMLMapElement.areas
読取専用- Is a live
HTMLCollection
representing the<area>
elements associated to this<map>
.
メソッド
特定のメソッドはありません。親である HTMLElement
からメソッドを継承します。
仕様
仕様書 | ステータス | コメント |
---|---|---|
HTML Living Standard HTMLMapElement の定義 |
現行の標準 | |
HTML5 HTMLMapElement の定義 |
勧告 | images プロパティを追加します。 |
Document Object Model (DOM) Level 2 HTML Specification HTMLAreaElement の定義 |
廃止 | Document Object Model (DOM) Level 1 Specification からの変更はありません。 |
Document Object Model (DOM) Level 1 Specification HTMLAreaElement の定義 |
廃止 | 初期定義 |
ブラウザの互換性
BCD tables only load in the browser
あわせて参照
- HTML element implementing this interface:
<map>
.