forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DOM-Parsing.json
111 lines (111 loc) · 3.29 KB
/
DOM-Parsing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"spec": {
"title": "DOM Parsing and Serialization",
"url": "https://www.w3.org/TR/DOM-Parsing/"
},
"links": {
"https://www.w3.org/TR/": [],
"https://domparsing.spec.whatwg.org/": [],
"https://www.w3.org/WebPlatform/WG/": [],
"https://lists.w3.org/Archives/Public/www-dom/": [],
"https://www.w3.org/Consortium/Patent-Policy-20040205/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/2004/01/pp-impl/83482/status": [],
"https://www.w3.org/2015/Process-20150901/": [],
"https://w3c-test.org/domparsing/": [],
"https://dvcs.w3.org/hg/innerhtml/raw-file/tip/implementationReport.html": [],
"https://www.w3.org/TR/dom/": [
"case-sensitive",
"node",
"concept-node-document",
"html-document",
"xml-document",
"documentfragment",
"concept-node-append",
"concept-node",
"concept-tree-order",
"dfn-DOMException",
"invalidstateerror",
"element",
"concept-attribute",
"concept-tree-child",
"interface-attr",
"interface-element",
"dom-element-localname",
"dom-element-namespaceuri",
"dom-element-prefix",
"interface-documentfragment",
"interface-document",
"dom-document-documentelement",
"dom-document-doctype",
"interface-comment",
"dom-characterdata-data",
"interface-text",
"interface-documenttype",
"interface-processinginstruction",
"dom-processinginstruction-target",
"ascii-case-insensitive",
"dom-documenttype-publicid",
"dom-documenttype-systemid",
"dom-documenttype-name",
"dom-element-attributes",
"dom-element-setattribute",
"dom-attr-namespaceuri",
"dom-attr-prefix",
"dom-attr-value",
"dom-attr-localname",
"concept-element",
"concept-attribute-value",
"concept-document",
"document",
"xmldocument",
"concept-element-local-name",
"concept-element-namespace",
"concept-document-content-type",
"concept-document-url",
"concept-document-encoding",
"syntaxerror",
"concept-node-replace-all",
"nomodificationallowederror",
"concept-tree-parent",
"concept-node-replace",
"concept-node-insert",
"concept-tree-first-child",
"concept-tree-next-sibling",
"range",
"concept-range-start-node",
"text",
"comment",
"parent-element",
"documenttype",
"processinginstruction"
],
"https://www.w3.org/TR/html5/": [
"html-fragment-parsing-algorithm",
"xml-fragment-parsing-algorithm",
"concept-frag-parse-context",
"xml-fragment-serialization-algorithm",
"html-fragment-serialization-algorithm",
"html-parser",
"void-elements",
"the-template-element",
"template-contents",
"parsing-xhtml-documents",
"scripting-flag",
"meta",
"script",
"the-noscript-element",
"xml-parser",
"active-document",
"location"
],
"https://dvcs.w3.org/hg/innerhtml/summary/": [],
"https://dvcs.w3.org/hg/innerhtml/raw-file/tip/LC2_comments.html": [],
"https://www.mozilla.org/": [],
"https://tools.ietf.org/html/rfc2119": [],
"https://www.w3.org/TR/WebIDL-1/": [],
"https://www.w3.org/TR/xml/": []
}
}