HTMLMapElement

HTMLMapElement 接口可提供特殊属性 (除了常见的对象 HTMLElement 接口提供的属性和方法通过继承也能获取到)操纵 <map> 元素。

 

HTMLMapElement()

继承层次

Object.prototype
 Function.prototype
  EventTarget
   Node
    Element
     HTMLElement
      HTMLMapElement

构造函数

程序不能直接调用该构造函数,否则将会产生异常。

属性列表

属性说明
--

方法列表

语法说明
--

HTMLMapElement.prototype

继承层次

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLMapElement.prototype

属性列表

继承自父接口 HTMLElement属性。

属性说明
nameDOMString 是表示的 <map> 元素的引用其他上下文。如果设置了 id 属性,这必须具有相同的值;并且它不能为 null 或为空。
areas 只读,Is a live HTMLCollection 代表 <area> 相关联的 <map>
images 只读,Is a live HTMLCollection 代表 <img><object> 元素相关联的 <map>

方法列表

没有特殊的方法; 继承了父对象 HTMLElement 的方法。

语法说明
--

HTMLMapElement实例

参考

相关链接

外部链接