The reconcile package is used for DOM reconcilation in Isomorphic Go web applications.

table_test.go 4.0KB

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