欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
DOM
来自开放百科 - 灰狐
(版本间的差异)
(以内容'{{SeeWikipedia}} 文档对象模型(Document Object Model,简称DOM),是 W3C(万维网联盟) 的推荐标准。DOM 定义了访问诸如 XML 和 XHTML...'创建新页面) |
小 (→DOM实现) |
||
(未显示1个用户的16个中间版本) | |||
第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] | ||
− | + | ==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 的内部工作原理] | ||
− | [[ | + | [[category:HTML]] |
− | [[ | + | [[category:XML]] |
+ | [[category:W3C]] | ||
+ | [[category:event]] |
2020年11月24日 (二) 03:59的最后版本
您可以在Wikipedia上了解到此条目的英文信息 DOM Thanks, Wikipedia. |
文档对象模型(Document Object Model,简称DOM),是 W3C(万维网联盟) 的推荐标准。DOM 定义了访问诸如 XML 和 XHTML 文档的标准。
“W3C 文档对象模型(DOM)是一个使程序和脚本有能力动态地访问和更新文档的内容、结构以及样式的平台和语言中立的接口。”
W3C对DOM进行标准化,目前已经推行至第三代:
目录 |
[编辑] Level 3
- Document Object Model (DOM) Level 3 Core Specification
- Document Object Model (DOM) Level 3 Events Specification
- Document Object Model (DOM) Level 3 XPath Specification
- Document Object Model (DOM) Level 3 Load and Save Specification
- Document Object Model (DOM) Level 3 Validation Specification
- Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification
- Document Object Model (DOM) Level 3 Views and Formatting Specification
[编辑] Level 2
- Document Object Model (DOM) Level 2 Core Specification
- Document Object Model (DOM) Level 2 HTML Specification
- Document Object Model (DOM) Level 2 Style Specification
- Document Object Model (DOM) Level 2 Traversal and Range Specification
[编辑] Level 1
[编辑] DOM实现
[编辑] 项目
[编辑] 图集
[编辑] 链接
分享您的观点