DOM

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(DOM实现)
 
(未显示1个用户的15个中间版本)
第8行: 第8行:
  
 
==Level 3==
 
==Level 3==
 +
*[http://www.w3.org/TR/DOM-Level-3-Core/ Document Object Model (DOM) Level 3 Core Specification]
 +
*[http://www.w3.org/TR/DOM-Level-3-Events/ Document Object Model (DOM) Level 3 Events Specification]
 +
*[http://www.w3.org/TR/DOM-Level-3-XPath/ Document Object Model (DOM) Level 3 XPath Specification]
 +
*[http://www.w3.org/TR/DOM-Level-3-LS/ Document Object Model (DOM) Level 3 Load and Save Specification]
 +
*[http://www.w3.org/TR/DOM-Level-3-Val/ Document Object Model (DOM) Level 3 Validation Specification]
 +
*[http://www.w3.org/TR/DOM-Level-3-ASLS/ Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification]
 +
*[http://www.w3.org/TR/DOM-Level-3-Views/ Document Object Model (DOM) Level 3 Views and Formatting Specification]
  
 
==Level 2==
 
==Level 2==
 +
*[http://www.w3.org/TR/DOM-Level-2-Core/ Document Object Model (DOM) Level 2 Core Specification]
 +
*[http://www.w3.org/TR/DOM-Level-2-HTML/ Document Object Model (DOM) Level 2 HTML Specification]
 +
*[http://www.w3.org/TR/DOM-Level-2-Style/ Document Object Model (DOM) Level 2 Style Specification]
 +
*[http://www.w3.org/TR/DOM-Level-2-Traversal-Range/ Document Object Model (DOM) Level 2 Traversal and Range Specification]
  
 
==Level 1==
 
==Level 1==
 +
*[http://www.w3.org/TR/DOM-Level-1/ Document Object Model (DOM) Level 1 Specification]
  
{{SeeWikipediaChinese|文档对象模型}}
+
==DOM实现==
 +
*[[Apache Xerces]]
 +
*[[Libxml2]]
 +
*[[JAXP]]
 +
*[[MSXML]]
 +
 
 +
==项目==
 +
*[[Snabbdom]]
 +
 
 +
==图集==
 +
<gallery widths=100px heights=100px perrow=6>
 +
Image:dom-architecture.png|DOM架构
 +
Image:dom-event-flow.png|DOM事件流
 +
Image:dom-event-inheritance.png|DOM事件继承
 +
image:virtual-dom-inner-workings.png|虚拟DOM内部工作原理
 +
</gallery>
  
 
==链接==
 
==链接==
 
*[http://www.w3.org/DOM/ W3C Document Object Model]
 
*[http://www.w3.org/DOM/ W3C Document Object Model]
 +
*[http://www.slideshare.net/jeresig/the-dom-is-a-mess-yahoo The DOM is a Mess]
 +
*[http://efe.baidu.com/blog/the-inner-workings-of-virtual-dom/ Vitual DOM 的内部工作原理]
  
{{comment}}
+
[[category:HTML]]
 
+
[[category:XML]]
[[Category:DOM]]
+
[[category:W3C]]
[[Category:W3C]]
+
[[category:event]]

2020年11月24日 (二) 03:59的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 DOM Thanks, Wikipedia.

文档对象模型(Document Object Model,简称DOM),是 W3C(万维网联盟) 的推荐标准。DOM 定义了访问诸如 XMLXHTML 文档的标准。

“W3C 文档对象模型(DOM)是一个使程序和脚本有能力动态地访问和更新文档的内容、结构以及样式的平台和语言中立的接口。”

W3C对DOM进行标准化,目前已经推行至第三代:

目录

[编辑] Level 3

[编辑] Level 2

[编辑] Level 1

[编辑] DOM实现

[编辑] 项目

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱