1 |
wakaba |
1.1 |
{ |
2 |
|
|
"HTMLCollection": [ |
3 |
|
|
{ |
4 |
|
|
"id": "document-links", |
5 |
|
|
"code": "document.links;" |
6 |
|
|
} |
7 |
|
|
], |
8 |
|
|
"HTMLFormControlsCollection": [ |
9 |
|
|
{ |
10 |
|
|
"id": "form-elements", |
11 |
|
|
"code": "document.createElement ('form').elements;" |
12 |
|
|
} |
13 |
|
|
], |
14 |
|
|
"HTMLOptionsCollection": [ |
15 |
|
|
{ |
16 |
|
|
"id": "select-options", |
17 |
|
|
"code": "document.createElement ('select').options;" |
18 |
|
|
} |
19 |
|
|
], |
20 |
|
|
"DOMTokenList": [ |
21 |
|
|
{ |
22 |
|
|
"id": "class-list", |
23 |
|
|
"code": "document.body.classList;" |
24 |
|
|
} |
25 |
|
|
], |
26 |
|
|
"DOMStringMap": [ |
27 |
|
|
{ |
28 |
|
|
"id": "dataset", |
29 |
|
|
"code": "document.body.dataset;" |
30 |
|
|
} |
31 |
|
|
], |
32 |
|
|
"HTMLDocument": [ |
33 |
|
|
{ |
34 |
|
|
"id": "document", |
35 |
|
|
"code": "document;" |
36 |
|
|
}, |
37 |
|
|
{ |
38 |
|
|
"id": "create-document-html", |
39 |
|
|
"code": "document.implementation.createDocument ('http://www.w3.org/1999/xhtml', 'html', null)" |
40 |
|
|
} |
41 |
|
|
], |
42 |
|
|
"HTMLElement": [ |
43 |
|
|
{ |
44 |
|
|
"id": "create-element-unknown", |
45 |
|
|
"code": "document.createElement ('unknown');" |
46 |
|
|
} |
47 |
|
|
], |
48 |
|
|
"HTMLBaseElement": [ |
49 |
|
|
{ |
50 |
|
|
"id": "create-element-base", |
51 |
|
|
"code": "document.createElement ('base');" |
52 |
|
|
} |
53 |
|
|
], |
54 |
|
|
"HTMLLinkElement": [ |
55 |
|
|
{ |
56 |
|
|
"id": "create-element-link", |
57 |
|
|
"code": "document.createElement ('link');" |
58 |
|
|
} |
59 |
|
|
], |
60 |
|
|
"HTMLMetaElement": [ |
61 |
|
|
{ |
62 |
|
|
"id": "create-element-meta", |
63 |
|
|
"code": "document.createElement ('meta');" |
64 |
|
|
} |
65 |
|
|
], |
66 |
|
|
"HTMLStyleElement": [ |
67 |
|
|
{ |
68 |
|
|
"id": "create-element-style", |
69 |
|
|
"code": "document.createElement ('style');" |
70 |
|
|
} |
71 |
|
|
], |
72 |
|
|
"HTMLScriptElement": [ |
73 |
|
|
{ |
74 |
|
|
"id": "create-element-script", |
75 |
|
|
"code": "document.createElement ('script');" |
76 |
|
|
} |
77 |
|
|
], |
78 |
|
|
"HTMLEventSourceElement": [ |
79 |
|
|
{ |
80 |
|
|
"id": "create-element-eventsource", |
81 |
|
|
"code": "document.createElement ('eventsource');" |
82 |
|
|
} |
83 |
|
|
], |
84 |
|
|
"HTMLBodyElement": [ |
85 |
|
|
{ |
86 |
|
|
"id": "create-element-body", |
87 |
|
|
"code": "document.createElement ('body');" |
88 |
|
|
} |
89 |
|
|
], |
90 |
|
|
"HTMLQuoteElement": [ |
91 |
|
|
{ |
92 |
|
|
"id": "create-element-q", |
93 |
|
|
"code": "document.createElement ('q');" |
94 |
|
|
}, |
95 |
|
|
{ |
96 |
|
|
"id": "create-element-blockquote", |
97 |
|
|
"code": "document.createElement ('blockquote');" |
98 |
|
|
} |
99 |
|
|
] |
100 |
|
|
|
101 |
|
|
|
102 |
|
|
} |