1
2
3
4
5 package atom
6
7 var testAtomList = []string{
8 "a",
9 "abbr",
10 "accept",
11 "accept-charset",
12 "accesskey",
13 "acronym",
14 "action",
15 "address",
16 "align",
17 "allowfullscreen",
18 "allowpaymentrequest",
19 "allowusermedia",
20 "alt",
21 "annotation",
22 "annotation-xml",
23 "applet",
24 "area",
25 "article",
26 "as",
27 "aside",
28 "async",
29 "audio",
30 "autocomplete",
31 "autofocus",
32 "autoplay",
33 "b",
34 "base",
35 "basefont",
36 "bdi",
37 "bdo",
38 "bgsound",
39 "big",
40 "blink",
41 "blockquote",
42 "body",
43 "br",
44 "button",
45 "canvas",
46 "caption",
47 "center",
48 "challenge",
49 "charset",
50 "checked",
51 "cite",
52 "class",
53 "code",
54 "col",
55 "colgroup",
56 "color",
57 "cols",
58 "colspan",
59 "command",
60 "content",
61 "contenteditable",
62 "contextmenu",
63 "controls",
64 "coords",
65 "crossorigin",
66 "data",
67 "datalist",
68 "datetime",
69 "dd",
70 "default",
71 "defer",
72 "del",
73 "desc",
74 "details",
75 "dfn",
76 "dialog",
77 "dir",
78 "dirname",
79 "disabled",
80 "div",
81 "dl",
82 "download",
83 "draggable",
84 "dropzone",
85 "dt",
86 "em",
87 "embed",
88 "enctype",
89 "face",
90 "fieldset",
91 "figcaption",
92 "figure",
93 "font",
94 "footer",
95 "for",
96 "foreignObject",
97 "foreignobject",
98 "form",
99 "formaction",
100 "formenctype",
101 "formmethod",
102 "formnovalidate",
103 "formtarget",
104 "frame",
105 "frameset",
106 "h1",
107 "h2",
108 "h3",
109 "h4",
110 "h5",
111 "h6",
112 "head",
113 "header",
114 "headers",
115 "height",
116 "hgroup",
117 "hidden",
118 "high",
119 "hr",
120 "href",
121 "hreflang",
122 "html",
123 "http-equiv",
124 "i",
125 "icon",
126 "id",
127 "iframe",
128 "image",
129 "img",
130 "input",
131 "inputmode",
132 "ins",
133 "integrity",
134 "is",
135 "isindex",
136 "ismap",
137 "itemid",
138 "itemprop",
139 "itemref",
140 "itemscope",
141 "itemtype",
142 "kbd",
143 "keygen",
144 "keytype",
145 "kind",
146 "label",
147 "lang",
148 "legend",
149 "li",
150 "link",
151 "list",
152 "listing",
153 "loop",
154 "low",
155 "main",
156 "malignmark",
157 "manifest",
158 "map",
159 "mark",
160 "marquee",
161 "math",
162 "max",
163 "maxlength",
164 "media",
165 "mediagroup",
166 "menu",
167 "menuitem",
168 "meta",
169 "meter",
170 "method",
171 "mglyph",
172 "mi",
173 "min",
174 "minlength",
175 "mn",
176 "mo",
177 "ms",
178 "mtext",
179 "multiple",
180 "muted",
181 "name",
182 "nav",
183 "nobr",
184 "noembed",
185 "noframes",
186 "nomodule",
187 "nonce",
188 "noscript",
189 "novalidate",
190 "object",
191 "ol",
192 "onabort",
193 "onafterprint",
194 "onautocomplete",
195 "onautocompleteerror",
196 "onauxclick",
197 "onbeforeprint",
198 "onbeforeunload",
199 "onblur",
200 "oncancel",
201 "oncanplay",
202 "oncanplaythrough",
203 "onchange",
204 "onclick",
205 "onclose",
206 "oncontextmenu",
207 "oncopy",
208 "oncuechange",
209 "oncut",
210 "ondblclick",
211 "ondrag",
212 "ondragend",
213 "ondragenter",
214 "ondragexit",
215 "ondragleave",
216 "ondragover",
217 "ondragstart",
218 "ondrop",
219 "ondurationchange",
220 "onemptied",
221 "onended",
222 "onerror",
223 "onfocus",
224 "onhashchange",
225 "oninput",
226 "oninvalid",
227 "onkeydown",
228 "onkeypress",
229 "onkeyup",
230 "onlanguagechange",
231 "onload",
232 "onloadeddata",
233 "onloadedmetadata",
234 "onloadend",
235 "onloadstart",
236 "onmessage",
237 "onmessageerror",
238 "onmousedown",
239 "onmouseenter",
240 "onmouseleave",
241 "onmousemove",
242 "onmouseout",
243 "onmouseover",
244 "onmouseup",
245 "onmousewheel",
246 "onoffline",
247 "ononline",
248 "onpagehide",
249 "onpageshow",
250 "onpaste",
251 "onpause",
252 "onplay",
253 "onplaying",
254 "onpopstate",
255 "onprogress",
256 "onratechange",
257 "onrejectionhandled",
258 "onreset",
259 "onresize",
260 "onscroll",
261 "onsecuritypolicyviolation",
262 "onseeked",
263 "onseeking",
264 "onselect",
265 "onshow",
266 "onsort",
267 "onstalled",
268 "onstorage",
269 "onsubmit",
270 "onsuspend",
271 "ontimeupdate",
272 "ontoggle",
273 "onunhandledrejection",
274 "onunload",
275 "onvolumechange",
276 "onwaiting",
277 "onwheel",
278 "open",
279 "optgroup",
280 "optimum",
281 "option",
282 "output",
283 "p",
284 "param",
285 "pattern",
286 "picture",
287 "ping",
288 "placeholder",
289 "plaintext",
290 "playsinline",
291 "poster",
292 "pre",
293 "preload",
294 "progress",
295 "prompt",
296 "public",
297 "q",
298 "radiogroup",
299 "rb",
300 "readonly",
301 "referrerpolicy",
302 "rel",
303 "required",
304 "reversed",
305 "rows",
306 "rowspan",
307 "rp",
308 "rt",
309 "rtc",
310 "ruby",
311 "s",
312 "samp",
313 "sandbox",
314 "scope",
315 "scoped",
316 "script",
317 "seamless",
318 "section",
319 "select",
320 "selected",
321 "shape",
322 "size",
323 "sizes",
324 "slot",
325 "small",
326 "sortable",
327 "sorted",
328 "source",
329 "spacer",
330 "span",
331 "spellcheck",
332 "src",
333 "srcdoc",
334 "srclang",
335 "srcset",
336 "start",
337 "step",
338 "strike",
339 "strong",
340 "style",
341 "sub",
342 "summary",
343 "sup",
344 "svg",
345 "system",
346 "tabindex",
347 "table",
348 "target",
349 "tbody",
350 "td",
351 "template",
352 "textarea",
353 "tfoot",
354 "th",
355 "thead",
356 "time",
357 "title",
358 "tr",
359 "track",
360 "translate",
361 "tt",
362 "type",
363 "typemustmatch",
364 "u",
365 "ul",
366 "updateviacache",
367 "usemap",
368 "value",
369 "var",
370 "video",
371 "wbr",
372 "width",
373 "workertype",
374 "wrap",
375 "xmp",
376 }
377
View as plain text