玩好H5熟读DOM4
Posted 照世明灯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了玩好H5熟读DOM4相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章