首页 > 其他 > 详细

玩好H5熟读DOM4

时间:2017-10-18 13:09:59      阅读:239      评论:0      收藏:0      [点我收藏+]

https://www.w3.org/TR/dom/      //DOM4  英文

https://www.w3.org/html/ig/zh/wiki/DOM4         //中文

 

 

Goals
1 Conformance
a. 1.1 Dependencies
b. 1.2 Extensibility
2 Terminology
a. 2.1 Trees
b. 2.2 Strings
c. 2.3 Ordered sets
d. 2.4 Namespaces
3 Events
a. 3.1 Introduction to "DOM Events"
b. 3.2 Interface Event
c. 3.3 Interface CustomEvent
d. 3.4 Constructing events
e. 3.5 Defining event interfaces
f. 3.6 Interface EventTarget
g. 3.7 Dispatching events
h. 3.8 Firing events
4 Nodes
a. 4.1 Introduction to "The DOM"
b. 4.2 Node tree
i. 4.2.1 Mutation algorithms
ii. 4.2.2 Interface NonElementParentNode
iii. 4.2.3 Interface ParentNode
iv. 4.2.4 Interface NonDocumentTypeChildNode
v. 4.2.5 Interface ChildNode
vi. 4.2.6 Old-style collections: NodeList and HTMLCollection
1. 4.2.6.1 Interface NodeList
2. 4.2.6.2 Interface HTMLCollection
c. 4.3 Mutation observers
i. 4.3.1 Interface MutationObserver
ii. 4.3.2 Queuing a mutation record
iii. 4.3.3 Interface MutationRecord
iv. 4.3.4 Garbage collection
d. 4.4 Interface Node
e. 4.5 Interface Document
i. 4.5.1 Interface DOMImplementation
f. 4.6 Interface DocumentFragment
g. 4.7 Interface DocumentType
h. 4.8 Interface Element
i. 4.8.1 Interface Attr
i. 4.9 Interface CharacterData
j. 4.10 Interface Text
k. 4.11 Interface ProcessingInstruction
l. 4.12 Interface Comment
5 Ranges
a. 5.1 Introduction to "DOM Ranges"
b. 5.2 Interface Range
6 Traversal
a. 6.1 Interface NodeIterator
b. 6.2 Interface TreeWalker
c. 6.3 Interface NodeFilter
7 Sets
a. 7.1 Interface DOMTokenList
b. 7.2 Interface DOMSettableTokenList
8 Historical
a. 8.1 DOM Events
b. 8.2 DOM Core
c. 8.3 DOM Ranges
d. 8.4 DOM Traversal
A Exceptions and Errors
a. A.1 Exceptions
b. A.2 Interface DOMError
c. A.3 Error names
B CSS Concepts

References


Acknowledgments

 

玩好H5熟读DOM4

原文:http://www.cnblogs.com/hnshi/p/7685997.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!