|
1 /* |
|
2 * Copyright (c) 2008-2010 Mozilla Foundation |
|
3 * |
|
4 * Permission is hereby granted, free of charge, to any person obtaining a |
|
5 * copy of this software and associated documentation files (the "Software"), |
|
6 * to deal in the Software without restriction, including without limitation |
|
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
|
8 * and/or sell copies of the Software, and to permit persons to whom the |
|
9 * Software is furnished to do so, subject to the following conditions: |
|
10 * |
|
11 * The above copyright notice and this permission notice shall be included in |
|
12 * all copies or substantial portions of the Software. |
|
13 * |
|
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
|
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
|
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
|
20 * DEALINGS IN THE SOFTWARE. |
|
21 */ |
|
22 |
|
23 HTML5_ATOM(emptystring, "") |
|
24 HTML5_ATOM(template_, "template") |
|
25 HTML5_ATOM(title, "title") |
|
26 HTML5_ATOM(textarea, "textarea") |
|
27 HTML5_ATOM(style, "style") |
|
28 HTML5_ATOM(xmp, "xmp") |
|
29 HTML5_ATOM(iframe, "iframe") |
|
30 HTML5_ATOM(noembed, "noembed") |
|
31 HTML5_ATOM(noframes, "noframes") |
|
32 HTML5_ATOM(noscript, "noscript") |
|
33 HTML5_ATOM(plaintext, "plaintext") |
|
34 HTML5_ATOM(script, "script") |
|
35 HTML5_ATOM(svg, "svg") |
|
36 HTML5_ATOM(table, "table") |
|
37 HTML5_ATOM(caption, "caption") |
|
38 HTML5_ATOM(p, "p") |
|
39 HTML5_ATOM(address, "address") |
|
40 HTML5_ATOM(div, "div") |
|
41 HTML5_ATOM(a, "a") |
|
42 HTML5_ATOM(nobr, "nobr") |
|
43 HTML5_ATOM(input, "input") |
|
44 HTML5_ATOM(option, "option") |
|
45 HTML5_ATOM(ruby, "ruby") |
|
46 HTML5_ATOM(select, "select") |
|
47 HTML5_ATOM(optgroup, "optgroup") |
|
48 HTML5_ATOM(tbody, "tbody") |
|
49 HTML5_ATOM(tfoot, "tfoot") |
|
50 HTML5_ATOM(thead, "thead") |
|
51 HTML5_ATOM(frameset, "frameset") |
|
52 HTML5_ATOM(button, "button") |
|
53 HTML5_ATOM(ul, "ul") |
|
54 HTML5_ATOM(ol, "ol") |
|
55 HTML5_ATOM(html, "html") |
|
56 HTML5_ATOM(td, "td") |
|
57 HTML5_ATOM(th, "th") |
|
58 HTML5_ATOM(tr, "tr") |
|
59 HTML5_ATOM(colgroup, "colgroup") |
|
60 HTML5_ATOM(head, "head") |
|
61 HTML5_ATOM(body, "body") |
|
62 HTML5_ATOM(form, "form") |
|
63 HTML5_ATOM(xmlns, "xmlns") |
|
64 HTML5_ATOM(xlink, "xlink") |
|
65 HTML5_ATOM(xml, "xml") |
|
66 HTML5_ATOM(d, "d") |
|
67 HTML5_ATOM(k, "k") |
|
68 HTML5_ATOM(r, "r") |
|
69 HTML5_ATOM(x, "x") |
|
70 HTML5_ATOM(y, "y") |
|
71 HTML5_ATOM(z, "z") |
|
72 HTML5_ATOM(by, "by") |
|
73 HTML5_ATOM(cx, "cx") |
|
74 HTML5_ATOM(cy, "cy") |
|
75 HTML5_ATOM(dx, "dx") |
|
76 HTML5_ATOM(dy, "dy") |
|
77 HTML5_ATOM(g2, "g2") |
|
78 HTML5_ATOM(g1, "g1") |
|
79 HTML5_ATOM(fx, "fx") |
|
80 HTML5_ATOM(fy, "fy") |
|
81 HTML5_ATOM(k4, "k4") |
|
82 HTML5_ATOM(k2, "k2") |
|
83 HTML5_ATOM(k3, "k3") |
|
84 HTML5_ATOM(k1, "k1") |
|
85 HTML5_ATOM(id, "id") |
|
86 HTML5_ATOM(in, "in") |
|
87 HTML5_ATOM(u2, "u2") |
|
88 HTML5_ATOM(u1, "u1") |
|
89 HTML5_ATOM(rt, "rt") |
|
90 HTML5_ATOM(rx, "rx") |
|
91 HTML5_ATOM(ry, "ry") |
|
92 HTML5_ATOM(to, "to") |
|
93 HTML5_ATOM(y2, "y2") |
|
94 HTML5_ATOM(y1, "y1") |
|
95 HTML5_ATOM(x1, "x1") |
|
96 HTML5_ATOM(x2, "x2") |
|
97 HTML5_ATOM(alt, "alt") |
|
98 HTML5_ATOM(dir, "dir") |
|
99 HTML5_ATOM(dur, "dur") |
|
100 HTML5_ATOM(end, "end") |
|
101 HTML5_ATOM(for_, "for") |
|
102 HTML5_ATOM(in2, "in2") |
|
103 HTML5_ATOM(max, "max") |
|
104 HTML5_ATOM(min, "min") |
|
105 HTML5_ATOM(low, "low") |
|
106 HTML5_ATOM(rel, "rel") |
|
107 HTML5_ATOM(rev, "rev") |
|
108 HTML5_ATOM(src, "src") |
|
109 HTML5_ATOM(axis, "axis") |
|
110 HTML5_ATOM(abbr, "abbr") |
|
111 HTML5_ATOM(bbox, "bbox") |
|
112 HTML5_ATOM(cite, "cite") |
|
113 HTML5_ATOM(code, "code") |
|
114 HTML5_ATOM(bias, "bias") |
|
115 HTML5_ATOM(cols, "cols") |
|
116 HTML5_ATOM(clip, "clip") |
|
117 HTML5_ATOM(char_, "char") |
|
118 HTML5_ATOM(base, "base") |
|
119 HTML5_ATOM(edge, "edge") |
|
120 HTML5_ATOM(data, "data") |
|
121 HTML5_ATOM(fill, "fill") |
|
122 HTML5_ATOM(from, "from") |
|
123 HTML5_ATOM(face, "face") |
|
124 HTML5_ATOM(high, "high") |
|
125 HTML5_ATOM(href, "href") |
|
126 HTML5_ATOM(open, "open") |
|
127 HTML5_ATOM(icon, "icon") |
|
128 HTML5_ATOM(name, "name") |
|
129 HTML5_ATOM(mode, "mode") |
|
130 HTML5_ATOM(mask, "mask") |
|
131 HTML5_ATOM(link, "link") |
|
132 HTML5_ATOM(lang, "lang") |
|
133 HTML5_ATOM(loop, "loop") |
|
134 HTML5_ATOM(list, "list") |
|
135 HTML5_ATOM(type, "type") |
|
136 HTML5_ATOM(when, "when") |
|
137 HTML5_ATOM(wrap, "wrap") |
|
138 HTML5_ATOM(text, "text") |
|
139 HTML5_ATOM(path, "path") |
|
140 HTML5_ATOM(ping, "ping") |
|
141 HTML5_ATOM(refx, "refx") |
|
142 HTML5_ATOM(refX, "refX") |
|
143 HTML5_ATOM(refy, "refy") |
|
144 HTML5_ATOM(refY, "refY") |
|
145 HTML5_ATOM(size, "size") |
|
146 HTML5_ATOM(seed, "seed") |
|
147 HTML5_ATOM(rows, "rows") |
|
148 HTML5_ATOM(span, "span") |
|
149 HTML5_ATOM(step, "step") |
|
150 HTML5_ATOM(role, "role") |
|
151 HTML5_ATOM(xref, "xref") |
|
152 HTML5_ATOM(async, "async") |
|
153 HTML5_ATOM(alink, "alink") |
|
154 HTML5_ATOM(align, "align") |
|
155 HTML5_ATOM(close, "close") |
|
156 HTML5_ATOM(color, "color") |
|
157 HTML5_ATOM(class_, "class") |
|
158 HTML5_ATOM(clear, "clear") |
|
159 HTML5_ATOM(begin, "begin") |
|
160 HTML5_ATOM(depth, "depth") |
|
161 HTML5_ATOM(defer, "defer") |
|
162 HTML5_ATOM(fence, "fence") |
|
163 HTML5_ATOM(frame, "frame") |
|
164 HTML5_ATOM(ismap, "ismap") |
|
165 HTML5_ATOM(onend, "onend") |
|
166 HTML5_ATOM(index, "index") |
|
167 HTML5_ATOM(order, "order") |
|
168 HTML5_ATOM(other, "other") |
|
169 HTML5_ATOM(oncut, "oncut") |
|
170 HTML5_ATOM(nargs, "nargs") |
|
171 HTML5_ATOM(media, "media") |
|
172 HTML5_ATOM(label, "label") |
|
173 HTML5_ATOM(local, "local") |
|
174 HTML5_ATOM(width, "width") |
|
175 HTML5_ATOM(vlink, "vlink") |
|
176 HTML5_ATOM(value, "value") |
|
177 HTML5_ATOM(slope, "slope") |
|
178 HTML5_ATOM(shape, "shape") |
|
179 HTML5_ATOM(scope, "scope") |
|
180 HTML5_ATOM(scale, "scale") |
|
181 HTML5_ATOM(speed, "speed") |
|
182 HTML5_ATOM(rules, "rules") |
|
183 HTML5_ATOM(stemh, "stemh") |
|
184 HTML5_ATOM(stemv, "stemv") |
|
185 HTML5_ATOM(start, "start") |
|
186 HTML5_ATOM(accept, "accept") |
|
187 HTML5_ATOM(accent, "accent") |
|
188 HTML5_ATOM(ascent, "ascent") |
|
189 HTML5_ATOM(active, "active") |
|
190 HTML5_ATOM(altimg, "altimg") |
|
191 HTML5_ATOM(action, "action") |
|
192 HTML5_ATOM(border, "border") |
|
193 HTML5_ATOM(cursor, "cursor") |
|
194 HTML5_ATOM(coords, "coords") |
|
195 HTML5_ATOM(filter, "filter") |
|
196 HTML5_ATOM(format, "format") |
|
197 HTML5_ATOM(hidden, "hidden") |
|
198 HTML5_ATOM(hspace, "hspace") |
|
199 HTML5_ATOM(height, "height") |
|
200 HTML5_ATOM(onmove, "onmove") |
|
201 HTML5_ATOM(onload, "onload") |
|
202 HTML5_ATOM(ondrag, "ondrag") |
|
203 HTML5_ATOM(origin, "origin") |
|
204 HTML5_ATOM(onzoom, "onzoom") |
|
205 HTML5_ATOM(onhelp, "onhelp") |
|
206 HTML5_ATOM(onstop, "onstop") |
|
207 HTML5_ATOM(ondrop, "ondrop") |
|
208 HTML5_ATOM(onblur, "onblur") |
|
209 HTML5_ATOM(object, "object") |
|
210 HTML5_ATOM(offset, "offset") |
|
211 HTML5_ATOM(orient, "orient") |
|
212 HTML5_ATOM(oncopy, "oncopy") |
|
213 HTML5_ATOM(nowrap, "nowrap") |
|
214 HTML5_ATOM(nohref, "nohref") |
|
215 HTML5_ATOM(macros, "macros") |
|
216 HTML5_ATOM(method, "method") |
|
217 HTML5_ATOM(lowsrc, "lowsrc") |
|
218 HTML5_ATOM(lspace, "lspace") |
|
219 HTML5_ATOM(lquote, "lquote") |
|
220 HTML5_ATOM(usemap, "usemap") |
|
221 HTML5_ATOM(widths, "widths") |
|
222 HTML5_ATOM(target, "target") |
|
223 HTML5_ATOM(values, "values") |
|
224 HTML5_ATOM(valign, "valign") |
|
225 HTML5_ATOM(vspace, "vspace") |
|
226 HTML5_ATOM(poster, "poster") |
|
227 HTML5_ATOM(points, "points") |
|
228 HTML5_ATOM(prompt, "prompt") |
|
229 HTML5_ATOM(srcdoc, "srcdoc") |
|
230 HTML5_ATOM(scoped, "scoped") |
|
231 HTML5_ATOM(string, "string") |
|
232 HTML5_ATOM(scheme, "scheme") |
|
233 HTML5_ATOM(stroke, "stroke") |
|
234 HTML5_ATOM(radius, "radius") |
|
235 HTML5_ATOM(result, "result") |
|
236 HTML5_ATOM(repeat, "repeat") |
|
237 HTML5_ATOM(rspace, "rspace") |
|
238 HTML5_ATOM(rotate, "rotate") |
|
239 HTML5_ATOM(rquote, "rquote") |
|
240 HTML5_ATOM(alttext, "alttext") |
|
241 HTML5_ATOM(archive, "archive") |
|
242 HTML5_ATOM(azimuth, "azimuth") |
|
243 HTML5_ATOM(closure, "closure") |
|
244 HTML5_ATOM(checked, "checked") |
|
245 HTML5_ATOM(classid, "classid") |
|
246 HTML5_ATOM(charoff, "charoff") |
|
247 HTML5_ATOM(bgcolor, "bgcolor") |
|
248 HTML5_ATOM(colspan, "colspan") |
|
249 HTML5_ATOM(charset, "charset") |
|
250 HTML5_ATOM(compact, "compact") |
|
251 HTML5_ATOM(content, "content") |
|
252 HTML5_ATOM(enctype, "enctype") |
|
253 HTML5_ATOM(datasrc, "datasrc") |
|
254 HTML5_ATOM(datafld, "datafld") |
|
255 HTML5_ATOM(declare, "declare") |
|
256 HTML5_ATOM(display, "display") |
|
257 HTML5_ATOM(divisor, "divisor") |
|
258 HTML5_ATOM(default_, "default") |
|
259 HTML5_ATOM(descent, "descent") |
|
260 HTML5_ATOM(kerning, "kerning") |
|
261 HTML5_ATOM(hanging, "hanging") |
|
262 HTML5_ATOM(headers, "headers") |
|
263 HTML5_ATOM(onpaste, "onpaste") |
|
264 HTML5_ATOM(onclick, "onclick") |
|
265 HTML5_ATOM(optimum, "optimum") |
|
266 HTML5_ATOM(onbegin, "onbegin") |
|
267 HTML5_ATOM(onkeyup, "onkeyup") |
|
268 HTML5_ATOM(onfocus, "onfocus") |
|
269 HTML5_ATOM(onerror, "onerror") |
|
270 HTML5_ATOM(oninput, "oninput") |
|
271 HTML5_ATOM(onabort, "onabort") |
|
272 HTML5_ATOM(onstart, "onstart") |
|
273 HTML5_ATOM(onreset, "onreset") |
|
274 HTML5_ATOM(opacity, "opacity") |
|
275 HTML5_ATOM(noshade, "noshade") |
|
276 HTML5_ATOM(minsize, "minsize") |
|
277 HTML5_ATOM(maxsize, "maxsize") |
|
278 HTML5_ATOM(largeop, "largeop") |
|
279 HTML5_ATOM(unicode_, "unicode") |
|
280 HTML5_ATOM(targetx, "targetx") |
|
281 HTML5_ATOM(targetX, "targetX") |
|
282 HTML5_ATOM(targety, "targety") |
|
283 HTML5_ATOM(targetY, "targetY") |
|
284 HTML5_ATOM(viewbox, "viewbox") |
|
285 HTML5_ATOM(viewBox, "viewBox") |
|
286 HTML5_ATOM(version, "version") |
|
287 HTML5_ATOM(pattern, "pattern") |
|
288 HTML5_ATOM(profile, "profile") |
|
289 HTML5_ATOM(spacing, "spacing") |
|
290 HTML5_ATOM(restart, "restart") |
|
291 HTML5_ATOM(rowspan, "rowspan") |
|
292 HTML5_ATOM(sandbox, "sandbox") |
|
293 HTML5_ATOM(summary, "summary") |
|
294 HTML5_ATOM(standby, "standby") |
|
295 HTML5_ATOM(replace, "replace") |
|
296 HTML5_ATOM(autoplay, "autoplay") |
|
297 HTML5_ATOM(additive, "additive") |
|
298 HTML5_ATOM(calcmode, "calcmode") |
|
299 HTML5_ATOM(calcMode, "calcMode") |
|
300 HTML5_ATOM(codetype, "codetype") |
|
301 HTML5_ATOM(codebase, "codebase") |
|
302 HTML5_ATOM(controls, "controls") |
|
303 HTML5_ATOM(bevelled, "bevelled") |
|
304 HTML5_ATOM(baseline, "baseline") |
|
305 HTML5_ATOM(exponent, "exponent") |
|
306 HTML5_ATOM(edgemode, "edgemode") |
|
307 HTML5_ATOM(edgeMode, "edgeMode") |
|
308 HTML5_ATOM(encoding, "encoding") |
|
309 HTML5_ATOM(glyphref, "glyphref") |
|
310 HTML5_ATOM(glyphRef, "glyphRef") |
|
311 HTML5_ATOM(datetime, "datetime") |
|
312 HTML5_ATOM(disabled, "disabled") |
|
313 HTML5_ATOM(fontsize, "fontsize") |
|
314 HTML5_ATOM(keytimes, "keytimes") |
|
315 HTML5_ATOM(keyTimes, "keyTimes") |
|
316 HTML5_ATOM(panose_1, "panose-1") |
|
317 HTML5_ATOM(hreflang, "hreflang") |
|
318 HTML5_ATOM(onresize, "onresize") |
|
319 HTML5_ATOM(onchange, "onchange") |
|
320 HTML5_ATOM(onbounce, "onbounce") |
|
321 HTML5_ATOM(onunload, "onunload") |
|
322 HTML5_ATOM(onfinish, "onfinish") |
|
323 HTML5_ATOM(onscroll, "onscroll") |
|
324 HTML5_ATOM(operator_, "operator") |
|
325 HTML5_ATOM(overflow, "overflow") |
|
326 HTML5_ATOM(onsubmit, "onsubmit") |
|
327 HTML5_ATOM(onrepeat, "onrepeat") |
|
328 HTML5_ATOM(onselect, "onselect") |
|
329 HTML5_ATOM(notation, "notation") |
|
330 HTML5_ATOM(noresize, "noresize") |
|
331 HTML5_ATOM(manifest, "manifest") |
|
332 HTML5_ATOM(mathsize, "mathsize") |
|
333 HTML5_ATOM(multiple, "multiple") |
|
334 HTML5_ATOM(longdesc, "longdesc") |
|
335 HTML5_ATOM(language, "language") |
|
336 HTML5_ATOM(tabindex, "tabindex") |
|
337 HTML5_ATOM(readonly, "readonly") |
|
338 HTML5_ATOM(selected, "selected") |
|
339 HTML5_ATOM(rowlines, "rowlines") |
|
340 HTML5_ATOM(seamless, "seamless") |
|
341 HTML5_ATOM(rowalign, "rowalign") |
|
342 HTML5_ATOM(stretchy, "stretchy") |
|
343 HTML5_ATOM(required, "required") |
|
344 HTML5_ATOM(xml_base, "xml:base") |
|
345 HTML5_ATOM(xml_lang, "xml:lang") |
|
346 HTML5_ATOM(x_height, "x-height") |
|
347 HTML5_ATOM(aria_owns, "aria-owns") |
|
348 HTML5_ATOM(autofocus, "autofocus") |
|
349 HTML5_ATOM(aria_sort, "aria-sort") |
|
350 HTML5_ATOM(accesskey, "accesskey") |
|
351 HTML5_ATOM(aria_busy, "aria-busy") |
|
352 HTML5_ATOM(aria_grab, "aria-grab") |
|
353 HTML5_ATOM(amplitude, "amplitude") |
|
354 HTML5_ATOM(aria_live, "aria-live") |
|
355 HTML5_ATOM(clip_rule, "clip-rule") |
|
356 HTML5_ATOM(clip_path, "clip-path") |
|
357 HTML5_ATOM(equalrows, "equalrows") |
|
358 HTML5_ATOM(elevation, "elevation") |
|
359 HTML5_ATOM(direction, "direction") |
|
360 HTML5_ATOM(draggable, "draggable") |
|
361 HTML5_ATOM(filterres, "filterres") |
|
362 HTML5_ATOM(filterRes, "filterRes") |
|
363 HTML5_ATOM(fill_rule, "fill-rule") |
|
364 HTML5_ATOM(fontstyle, "fontstyle") |
|
365 HTML5_ATOM(font_size, "font-size") |
|
366 HTML5_ATOM(keypoints, "keypoints") |
|
367 HTML5_ATOM(keyPoints, "keyPoints") |
|
368 HTML5_ATOM(hidefocus, "hidefocus") |
|
369 HTML5_ATOM(onmessage, "onmessage") |
|
370 HTML5_ATOM(intercept, "intercept") |
|
371 HTML5_ATOM(ondragend, "ondragend") |
|
372 HTML5_ATOM(onmoveend, "onmoveend") |
|
373 HTML5_ATOM(oninvalid, "oninvalid") |
|
374 HTML5_ATOM(onkeydown, "onkeydown") |
|
375 HTML5_ATOM(onfocusin, "onfocusin") |
|
376 HTML5_ATOM(onmouseup, "onmouseup") |
|
377 HTML5_ATOM(inputmode, "inputmode") |
|
378 HTML5_ATOM(onrowexit, "onrowexit") |
|
379 HTML5_ATOM(mathcolor, "mathcolor") |
|
380 HTML5_ATOM(maskunits, "maskunits") |
|
381 HTML5_ATOM(maskUnits, "maskUnits") |
|
382 HTML5_ATOM(maxlength, "maxlength") |
|
383 HTML5_ATOM(linebreak, "linebreak") |
|
384 HTML5_ATOM(transform, "transform") |
|
385 HTML5_ATOM(v_hanging, "v-hanging") |
|
386 HTML5_ATOM(valuetype, "valuetype") |
|
387 HTML5_ATOM(pointsatz, "pointsatz") |
|
388 HTML5_ATOM(pointsAtZ, "pointsAtZ") |
|
389 HTML5_ATOM(pointsatx, "pointsatx") |
|
390 HTML5_ATOM(pointsAtX, "pointsAtX") |
|
391 HTML5_ATOM(pointsaty, "pointsaty") |
|
392 HTML5_ATOM(pointsAtY, "pointsAtY") |
|
393 HTML5_ATOM(symmetric, "symmetric") |
|
394 HTML5_ATOM(scrolling, "scrolling") |
|
395 HTML5_ATOM(repeatdur, "repeatdur") |
|
396 HTML5_ATOM(repeatDur, "repeatDur") |
|
397 HTML5_ATOM(selection, "selection") |
|
398 HTML5_ATOM(separator, "separator") |
|
399 HTML5_ATOM(xml_space, "xml:space") |
|
400 HTML5_ATOM(space, "space") |
|
401 HTML5_ATOM(autosubmit, "autosubmit") |
|
402 HTML5_ATOM(alphabetic, "alphabetic") |
|
403 HTML5_ATOM(actiontype, "actiontype") |
|
404 HTML5_ATOM(accumulate, "accumulate") |
|
405 HTML5_ATOM(aria_level, "aria-level") |
|
406 HTML5_ATOM(columnspan, "columnspan") |
|
407 HTML5_ATOM(cap_height, "cap-height") |
|
408 HTML5_ATOM(background, "background") |
|
409 HTML5_ATOM(glyph_name, "glyph-name") |
|
410 HTML5_ATOM(groupalign, "groupalign") |
|
411 HTML5_ATOM(fontfamily, "fontfamily") |
|
412 HTML5_ATOM(fontweight, "fontweight") |
|
413 HTML5_ATOM(font_style, "font-style") |
|
414 HTML5_ATOM(keysplines, "keysplines") |
|
415 HTML5_ATOM(keySplines, "keySplines") |
|
416 HTML5_ATOM(http_equiv, "http-equiv") |
|
417 HTML5_ATOM(onactivate, "onactivate") |
|
418 HTML5_ATOM(occurrence, "occurrence") |
|
419 HTML5_ATOM(irrelevant, "irrelevant") |
|
420 HTML5_ATOM(ondblclick, "ondblclick") |
|
421 HTML5_ATOM(ondragdrop, "ondragdrop") |
|
422 HTML5_ATOM(onkeypress, "onkeypress") |
|
423 HTML5_ATOM(onrowenter, "onrowenter") |
|
424 HTML5_ATOM(ondragover, "ondragover") |
|
425 HTML5_ATOM(onfocusout, "onfocusout") |
|
426 HTML5_ATOM(onmouseout, "onmouseout") |
|
427 HTML5_ATOM(numoctaves, "numoctaves") |
|
428 HTML5_ATOM(numOctaves, "numOctaves") |
|
429 HTML5_ATOM(marker_mid, "marker-mid") |
|
430 HTML5_ATOM(marker_end, "marker-end") |
|
431 HTML5_ATOM(textlength, "textlength") |
|
432 HTML5_ATOM(textLength, "textLength") |
|
433 HTML5_ATOM(visibility, "visibility") |
|
434 HTML5_ATOM(viewtarget, "viewtarget") |
|
435 HTML5_ATOM(viewTarget, "viewTarget") |
|
436 HTML5_ATOM(vert_adv_y, "vert-adv-y") |
|
437 HTML5_ATOM(pathlength, "pathlength") |
|
438 HTML5_ATOM(pathLength, "pathLength") |
|
439 HTML5_ATOM(repeat_max, "repeat-max") |
|
440 HTML5_ATOM(radiogroup, "radiogroup") |
|
441 HTML5_ATOM(stop_color, "stop-color") |
|
442 HTML5_ATOM(separators, "separators") |
|
443 HTML5_ATOM(repeat_min, "repeat-min") |
|
444 HTML5_ATOM(rowspacing, "rowspacing") |
|
445 HTML5_ATOM(zoomandpan, "zoomandpan") |
|
446 HTML5_ATOM(zoomAndPan, "zoomAndPan") |
|
447 HTML5_ATOM(xlink_type, "xlink:type") |
|
448 HTML5_ATOM(xlink_role, "xlink:role") |
|
449 HTML5_ATOM(xlink_href, "xlink:href") |
|
450 HTML5_ATOM(xlink_show, "xlink:show") |
|
451 HTML5_ATOM(show, "show") |
|
452 HTML5_ATOM(accentunder, "accentunder") |
|
453 HTML5_ATOM(aria_secret, "aria-secret") |
|
454 HTML5_ATOM(aria_atomic, "aria-atomic") |
|
455 HTML5_ATOM(aria_hidden, "aria-hidden") |
|
456 HTML5_ATOM(aria_flowto, "aria-flowto") |
|
457 HTML5_ATOM(arabic_form, "arabic-form") |
|
458 HTML5_ATOM(cellpadding, "cellpadding") |
|
459 HTML5_ATOM(cellspacing, "cellspacing") |
|
460 HTML5_ATOM(columnwidth, "columnwidth") |
|
461 HTML5_ATOM(crossorigin, "crossorigin") |
|
462 HTML5_ATOM(columnalign, "columnalign") |
|
463 HTML5_ATOM(columnlines, "columnlines") |
|
464 HTML5_ATOM(contextmenu, "contextmenu") |
|
465 HTML5_ATOM(baseprofile, "baseprofile") |
|
466 HTML5_ATOM(baseProfile, "baseProfile") |
|
467 HTML5_ATOM(font_family, "font-family") |
|
468 HTML5_ATOM(frameborder, "frameborder") |
|
469 HTML5_ATOM(filterunits, "filterunits") |
|
470 HTML5_ATOM(filterUnits, "filterUnits") |
|
471 HTML5_ATOM(flood_color, "flood-color") |
|
472 HTML5_ATOM(font_weight, "font-weight") |
|
473 HTML5_ATOM(horiz_adv_x, "horiz-adv-x") |
|
474 HTML5_ATOM(ondragleave, "ondragleave") |
|
475 HTML5_ATOM(onmousemove, "onmousemove") |
|
476 HTML5_ATOM(orientation, "orientation") |
|
477 HTML5_ATOM(onmousedown, "onmousedown") |
|
478 HTML5_ATOM(onmouseover, "onmouseover") |
|
479 HTML5_ATOM(ondragenter, "ondragenter") |
|
480 HTML5_ATOM(ideographic, "ideographic") |
|
481 HTML5_ATOM(onbeforecut, "onbeforecut") |
|
482 HTML5_ATOM(onforminput, "onforminput") |
|
483 HTML5_ATOM(ondragstart, "ondragstart") |
|
484 HTML5_ATOM(onmovestart, "onmovestart") |
|
485 HTML5_ATOM(markerunits, "markerunits") |
|
486 HTML5_ATOM(markerUnits, "markerUnits") |
|
487 HTML5_ATOM(mathvariant, "mathvariant") |
|
488 HTML5_ATOM(marginwidth, "marginwidth") |
|
489 HTML5_ATOM(markerwidth, "markerwidth") |
|
490 HTML5_ATOM(markerWidth, "markerWidth") |
|
491 HTML5_ATOM(text_anchor, "text-anchor") |
|
492 HTML5_ATOM(tablevalues, "tablevalues") |
|
493 HTML5_ATOM(tableValues, "tableValues") |
|
494 HTML5_ATOM(scriptlevel, "scriptlevel") |
|
495 HTML5_ATOM(repeatcount, "repeatcount") |
|
496 HTML5_ATOM(repeatCount, "repeatCount") |
|
497 HTML5_ATOM(stitchtiles, "stitchtiles") |
|
498 HTML5_ATOM(stitchTiles, "stitchTiles") |
|
499 HTML5_ATOM(startoffset, "startoffset") |
|
500 HTML5_ATOM(startOffset, "startOffset") |
|
501 HTML5_ATOM(scrolldelay, "scrolldelay") |
|
502 HTML5_ATOM(xmlns_xlink, "xmlns:xlink") |
|
503 HTML5_ATOM(xlink_title, "xlink:title") |
|
504 HTML5_ATOM(aria_invalid, "aria-invalid") |
|
505 HTML5_ATOM(aria_pressed, "aria-pressed") |
|
506 HTML5_ATOM(aria_checked, "aria-checked") |
|
507 HTML5_ATOM(autocomplete, "autocomplete") |
|
508 HTML5_ATOM(aria_setsize, "aria-setsize") |
|
509 HTML5_ATOM(aria_channel, "aria-channel") |
|
510 HTML5_ATOM(equalcolumns, "equalcolumns") |
|
511 HTML5_ATOM(displaystyle, "displaystyle") |
|
512 HTML5_ATOM(dataformatas, "dataformatas") |
|
513 HTML5_ATOM(fill_opacity, "fill-opacity") |
|
514 HTML5_ATOM(font_variant, "font-variant") |
|
515 HTML5_ATOM(font_stretch, "font-stretch") |
|
516 HTML5_ATOM(framespacing, "framespacing") |
|
517 HTML5_ATOM(kernelmatrix, "kernelmatrix") |
|
518 HTML5_ATOM(kernelMatrix, "kernelMatrix") |
|
519 HTML5_ATOM(ondeactivate, "ondeactivate") |
|
520 HTML5_ATOM(onrowsdelete, "onrowsdelete") |
|
521 HTML5_ATOM(onmouseleave, "onmouseleave") |
|
522 HTML5_ATOM(onformchange, "onformchange") |
|
523 HTML5_ATOM(oncellchange, "oncellchange") |
|
524 HTML5_ATOM(onmousewheel, "onmousewheel") |
|
525 HTML5_ATOM(onmouseenter, "onmouseenter") |
|
526 HTML5_ATOM(onafterprint, "onafterprint") |
|
527 HTML5_ATOM(onbeforecopy, "onbeforecopy") |
|
528 HTML5_ATOM(marginheight, "marginheight") |
|
529 HTML5_ATOM(markerheight, "markerheight") |
|
530 HTML5_ATOM(markerHeight, "markerHeight") |
|
531 HTML5_ATOM(marker_start, "marker-start") |
|
532 HTML5_ATOM(mathematical, "mathematical") |
|
533 HTML5_ATOM(lengthadjust, "lengthadjust") |
|
534 HTML5_ATOM(lengthAdjust, "lengthAdjust") |
|
535 HTML5_ATOM(unselectable, "unselectable") |
|
536 HTML5_ATOM(unicode_bidi, "unicode-bidi") |
|
537 HTML5_ATOM(units_per_em, "units-per-em") |
|
538 HTML5_ATOM(word_spacing, "word-spacing") |
|
539 HTML5_ATOM(writing_mode, "writing-mode") |
|
540 HTML5_ATOM(v_alphabetic, "v-alphabetic") |
|
541 HTML5_ATOM(patternunits, "patternunits") |
|
542 HTML5_ATOM(patternUnits, "patternUnits") |
|
543 HTML5_ATOM(spreadmethod, "spreadmethod") |
|
544 HTML5_ATOM(spreadMethod, "spreadMethod") |
|
545 HTML5_ATOM(surfacescale, "surfacescale") |
|
546 HTML5_ATOM(surfaceScale, "surfaceScale") |
|
547 HTML5_ATOM(stroke_width, "stroke-width") |
|
548 HTML5_ATOM(repeat_start, "repeat-start") |
|
549 HTML5_ATOM(stddeviation, "stddeviation") |
|
550 HTML5_ATOM(stdDeviation, "stdDeviation") |
|
551 HTML5_ATOM(stop_opacity, "stop-opacity") |
|
552 HTML5_ATOM(aria_controls, "aria-controls") |
|
553 HTML5_ATOM(aria_haspopup, "aria-haspopup") |
|
554 HTML5_ATOM(accent_height, "accent-height") |
|
555 HTML5_ATOM(aria_valuenow, "aria-valuenow") |
|
556 HTML5_ATOM(aria_relevant, "aria-relevant") |
|
557 HTML5_ATOM(aria_posinset, "aria-posinset") |
|
558 HTML5_ATOM(aria_valuemax, "aria-valuemax") |
|
559 HTML5_ATOM(aria_readonly, "aria-readonly") |
|
560 HTML5_ATOM(aria_selected, "aria-selected") |
|
561 HTML5_ATOM(aria_required, "aria-required") |
|
562 HTML5_ATOM(aria_expanded, "aria-expanded") |
|
563 HTML5_ATOM(aria_disabled, "aria-disabled") |
|
564 HTML5_ATOM(attributetype, "attributetype") |
|
565 HTML5_ATOM(attributeType, "attributeType") |
|
566 HTML5_ATOM(attributename, "attributename") |
|
567 HTML5_ATOM(attributeName, "attributeName") |
|
568 HTML5_ATOM(aria_datatype, "aria-datatype") |
|
569 HTML5_ATOM(aria_valuemin, "aria-valuemin") |
|
570 HTML5_ATOM(basefrequency, "basefrequency") |
|
571 HTML5_ATOM(baseFrequency, "baseFrequency") |
|
572 HTML5_ATOM(columnspacing, "columnspacing") |
|
573 HTML5_ATOM(color_profile, "color-profile") |
|
574 HTML5_ATOM(clippathunits, "clippathunits") |
|
575 HTML5_ATOM(clipPathUnits, "clipPathUnits") |
|
576 HTML5_ATOM(definitionurl, "definitionurl") |
|
577 HTML5_ATOM(definitionURL, "definitionURL") |
|
578 HTML5_ATOM(gradientunits, "gradientunits") |
|
579 HTML5_ATOM(gradientUnits, "gradientUnits") |
|
580 HTML5_ATOM(flood_opacity, "flood-opacity") |
|
581 HTML5_ATOM(onafterupdate, "onafterupdate") |
|
582 HTML5_ATOM(onerrorupdate, "onerrorupdate") |
|
583 HTML5_ATOM(onbeforepaste, "onbeforepaste") |
|
584 HTML5_ATOM(onlosecapture, "onlosecapture") |
|
585 HTML5_ATOM(oncontextmenu, "oncontextmenu") |
|
586 HTML5_ATOM(onselectstart, "onselectstart") |
|
587 HTML5_ATOM(onbeforeprint, "onbeforeprint") |
|
588 HTML5_ATOM(movablelimits, "movablelimits") |
|
589 HTML5_ATOM(linethickness, "linethickness") |
|
590 HTML5_ATOM(unicode_range, "unicode-range") |
|
591 HTML5_ATOM(thinmathspace, "thinmathspace") |
|
592 HTML5_ATOM(vert_origin_x, "vert-origin-x") |
|
593 HTML5_ATOM(vert_origin_y, "vert-origin-y") |
|
594 HTML5_ATOM(v_ideographic, "v-ideographic") |
|
595 HTML5_ATOM(preservealpha, "preservealpha") |
|
596 HTML5_ATOM(preserveAlpha, "preserveAlpha") |
|
597 HTML5_ATOM(scriptminsize, "scriptminsize") |
|
598 HTML5_ATOM(specification, "specification") |
|
599 HTML5_ATOM(xlink_actuate, "xlink:actuate") |
|
600 HTML5_ATOM(actuate, "actuate") |
|
601 HTML5_ATOM(xlink_arcrole, "xlink:arcrole") |
|
602 HTML5_ATOM(arcrole, "arcrole") |
|
603 HTML5_ATOM(accept_charset, "accept-charset") |
|
604 HTML5_ATOM(alignmentscope, "alignmentscope") |
|
605 HTML5_ATOM(aria_multiline, "aria-multiline") |
|
606 HTML5_ATOM(baseline_shift, "baseline-shift") |
|
607 HTML5_ATOM(horiz_origin_x, "horiz-origin-x") |
|
608 HTML5_ATOM(horiz_origin_y, "horiz-origin-y") |
|
609 HTML5_ATOM(onbeforeupdate, "onbeforeupdate") |
|
610 HTML5_ATOM(onfilterchange, "onfilterchange") |
|
611 HTML5_ATOM(onrowsinserted, "onrowsinserted") |
|
612 HTML5_ATOM(onbeforeunload, "onbeforeunload") |
|
613 HTML5_ATOM(mathbackground, "mathbackground") |
|
614 HTML5_ATOM(letter_spacing, "letter-spacing") |
|
615 HTML5_ATOM(lighting_color, "lighting-color") |
|
616 HTML5_ATOM(thickmathspace, "thickmathspace") |
|
617 HTML5_ATOM(text_rendering, "text-rendering") |
|
618 HTML5_ATOM(v_mathematical, "v-mathematical") |
|
619 HTML5_ATOM(pointer_events, "pointer-events") |
|
620 HTML5_ATOM(primitiveunits, "primitiveunits") |
|
621 HTML5_ATOM(primitiveUnits, "primitiveUnits") |
|
622 HTML5_ATOM(systemlanguage, "systemlanguage") |
|
623 HTML5_ATOM(systemLanguage, "systemLanguage") |
|
624 HTML5_ATOM(stroke_linecap, "stroke-linecap") |
|
625 HTML5_ATOM(subscriptshift, "subscriptshift") |
|
626 HTML5_ATOM(stroke_opacity, "stroke-opacity") |
|
627 HTML5_ATOM(aria_dropeffect, "aria-dropeffect") |
|
628 HTML5_ATOM(aria_labelledby, "aria-labelledby") |
|
629 HTML5_ATOM(aria_templateid, "aria-templateid") |
|
630 HTML5_ATOM(color_rendering, "color-rendering") |
|
631 HTML5_ATOM(contenteditable, "contenteditable") |
|
632 HTML5_ATOM(diffuseconstant, "diffuseconstant") |
|
633 HTML5_ATOM(diffuseConstant, "diffuseConstant") |
|
634 HTML5_ATOM(ondataavailable, "ondataavailable") |
|
635 HTML5_ATOM(oncontrolselect, "oncontrolselect") |
|
636 HTML5_ATOM(image_rendering, "image-rendering") |
|
637 HTML5_ATOM(mediummathspace, "mediummathspace") |
|
638 HTML5_ATOM(text_decoration, "text-decoration") |
|
639 HTML5_ATOM(shape_rendering, "shape-rendering") |
|
640 HTML5_ATOM(stroke_linejoin, "stroke-linejoin") |
|
641 HTML5_ATOM(repeat_template, "repeat-template") |
|
642 HTML5_ATOM(aria_describedby, "aria-describedby") |
|
643 HTML5_ATOM(contentstyletype, "contentstyletype") |
|
644 HTML5_ATOM(contentStyleType, "contentStyleType") |
|
645 HTML5_ATOM(font_size_adjust, "font-size-adjust") |
|
646 HTML5_ATOM(kernelunitlength, "kernelunitlength") |
|
647 HTML5_ATOM(kernelUnitLength, "kernelUnitLength") |
|
648 HTML5_ATOM(onbeforeactivate, "onbeforeactivate") |
|
649 HTML5_ATOM(onpropertychange, "onpropertychange") |
|
650 HTML5_ATOM(ondatasetchanged, "ondatasetchanged") |
|
651 HTML5_ATOM(maskcontentunits, "maskcontentunits") |
|
652 HTML5_ATOM(maskContentUnits, "maskContentUnits") |
|
653 HTML5_ATOM(patterntransform, "patterntransform") |
|
654 HTML5_ATOM(patternTransform, "patternTransform") |
|
655 HTML5_ATOM(requiredfeatures, "requiredfeatures") |
|
656 HTML5_ATOM(requiredFeatures, "requiredFeatures") |
|
657 HTML5_ATOM(rendering_intent, "rendering-intent") |
|
658 HTML5_ATOM(specularexponent, "specularexponent") |
|
659 HTML5_ATOM(specularExponent, "specularExponent") |
|
660 HTML5_ATOM(specularconstant, "specularconstant") |
|
661 HTML5_ATOM(specularConstant, "specularConstant") |
|
662 HTML5_ATOM(superscriptshift, "superscriptshift") |
|
663 HTML5_ATOM(stroke_dasharray, "stroke-dasharray") |
|
664 HTML5_ATOM(xchannelselector, "xchannelselector") |
|
665 HTML5_ATOM(xChannelSelector, "xChannelSelector") |
|
666 HTML5_ATOM(ychannelselector, "ychannelselector") |
|
667 HTML5_ATOM(yChannelSelector, "yChannelSelector") |
|
668 HTML5_ATOM(aria_autocomplete, "aria-autocomplete") |
|
669 HTML5_ATOM(contentscripttype, "contentscripttype") |
|
670 HTML5_ATOM(contentScriptType, "contentScriptType") |
|
671 HTML5_ATOM(enable_background, "enable-background") |
|
672 HTML5_ATOM(dominant_baseline, "dominant-baseline") |
|
673 HTML5_ATOM(gradienttransform, "gradienttransform") |
|
674 HTML5_ATOM(gradientTransform, "gradientTransform") |
|
675 HTML5_ATOM(onbefordeactivate, "onbefordeactivate") |
|
676 HTML5_ATOM(ondatasetcomplete, "ondatasetcomplete") |
|
677 HTML5_ATOM(overline_position, "overline-position") |
|
678 HTML5_ATOM(onbeforeeditfocus, "onbeforeeditfocus") |
|
679 HTML5_ATOM(limitingconeangle, "limitingconeangle") |
|
680 HTML5_ATOM(limitingConeAngle, "limitingConeAngle") |
|
681 HTML5_ATOM(verythinmathspace, "verythinmathspace") |
|
682 HTML5_ATOM(stroke_dashoffset, "stroke-dashoffset") |
|
683 HTML5_ATOM(stroke_miterlimit, "stroke-miterlimit") |
|
684 HTML5_ATOM(alignment_baseline, "alignment-baseline") |
|
685 HTML5_ATOM(onreadystatechange, "onreadystatechange") |
|
686 HTML5_ATOM(overline_thickness, "overline-thickness") |
|
687 HTML5_ATOM(underline_position, "underline-position") |
|
688 HTML5_ATOM(verythickmathspace, "verythickmathspace") |
|
689 HTML5_ATOM(requiredextensions, "requiredextensions") |
|
690 HTML5_ATOM(requiredExtensions, "requiredExtensions") |
|
691 HTML5_ATOM(color_interpolation, "color-interpolation") |
|
692 HTML5_ATOM(underline_thickness, "underline-thickness") |
|
693 HTML5_ATOM(preserveaspectratio, "preserveaspectratio") |
|
694 HTML5_ATOM(preserveAspectRatio, "preserveAspectRatio") |
|
695 HTML5_ATOM(patterncontentunits, "patterncontentunits") |
|
696 HTML5_ATOM(patternContentUnits, "patternContentUnits") |
|
697 HTML5_ATOM(aria_multiselectable, "aria-multiselectable") |
|
698 HTML5_ATOM(scriptsizemultiplier, "scriptsizemultiplier") |
|
699 HTML5_ATOM(aria_activedescendant, "aria-activedescendant") |
|
700 HTML5_ATOM(veryverythinmathspace, "veryverythinmathspace") |
|
701 HTML5_ATOM(veryverythickmathspace, "veryverythickmathspace") |
|
702 HTML5_ATOM(strikethrough_position, "strikethrough-position") |
|
703 HTML5_ATOM(strikethrough_thickness, "strikethrough-thickness") |
|
704 HTML5_ATOM(externalresourcesrequired, "externalresourcesrequired") |
|
705 HTML5_ATOM(externalResourcesRequired, "externalResourcesRequired") |
|
706 HTML5_ATOM(glyph_orientation_vertical, "glyph-orientation-vertical") |
|
707 HTML5_ATOM(color_interpolation_filters, "color-interpolation-filters") |
|
708 HTML5_ATOM(glyph_orientation_horizontal, "glyph-orientation-horizontal") |
|
709 HTML5_ATOM(b, "b") |
|
710 HTML5_ATOM(g, "g") |
|
711 HTML5_ATOM(i, "i") |
|
712 HTML5_ATOM(q, "q") |
|
713 HTML5_ATOM(s, "s") |
|
714 HTML5_ATOM(u, "u") |
|
715 HTML5_ATOM(br, "br") |
|
716 HTML5_ATOM(ci, "ci") |
|
717 HTML5_ATOM(cn, "cn") |
|
718 HTML5_ATOM(dd, "dd") |
|
719 HTML5_ATOM(dl, "dl") |
|
720 HTML5_ATOM(dt, "dt") |
|
721 HTML5_ATOM(em, "em") |
|
722 HTML5_ATOM(eq, "eq") |
|
723 HTML5_ATOM(fn, "fn") |
|
724 HTML5_ATOM(h1, "h1") |
|
725 HTML5_ATOM(h2, "h2") |
|
726 HTML5_ATOM(h3, "h3") |
|
727 HTML5_ATOM(h4, "h4") |
|
728 HTML5_ATOM(h5, "h5") |
|
729 HTML5_ATOM(h6, "h6") |
|
730 HTML5_ATOM(gt, "gt") |
|
731 HTML5_ATOM(hr, "hr") |
|
732 HTML5_ATOM(li, "li") |
|
733 HTML5_ATOM(ln, "ln") |
|
734 HTML5_ATOM(lt, "lt") |
|
735 HTML5_ATOM(mi, "mi") |
|
736 HTML5_ATOM(mn, "mn") |
|
737 HTML5_ATOM(mo, "mo") |
|
738 HTML5_ATOM(ms, "ms") |
|
739 HTML5_ATOM(or_, "or") |
|
740 HTML5_ATOM(pi, "pi") |
|
741 HTML5_ATOM(rp, "rp") |
|
742 HTML5_ATOM(tt, "tt") |
|
743 HTML5_ATOM(and_, "and") |
|
744 HTML5_ATOM(arg, "arg") |
|
745 HTML5_ATOM(abs, "abs") |
|
746 HTML5_ATOM(big, "big") |
|
747 HTML5_ATOM(bdo, "bdo") |
|
748 HTML5_ATOM(csc, "csc") |
|
749 HTML5_ATOM(col, "col") |
|
750 HTML5_ATOM(cos, "cos") |
|
751 HTML5_ATOM(cot, "cot") |
|
752 HTML5_ATOM(del, "del") |
|
753 HTML5_ATOM(dfn, "dfn") |
|
754 HTML5_ATOM(exp, "exp") |
|
755 HTML5_ATOM(gcd, "gcd") |
|
756 HTML5_ATOM(geq, "geq") |
|
757 HTML5_ATOM(img, "img") |
|
758 HTML5_ATOM(ins, "ins") |
|
759 HTML5_ATOM(int_, "int") |
|
760 HTML5_ATOM(kbd, "kbd") |
|
761 HTML5_ATOM(log, "log") |
|
762 HTML5_ATOM(lcm, "lcm") |
|
763 HTML5_ATOM(leq, "leq") |
|
764 HTML5_ATOM(mtd, "mtd") |
|
765 HTML5_ATOM(map, "map") |
|
766 HTML5_ATOM(mtr, "mtr") |
|
767 HTML5_ATOM(neq, "neq") |
|
768 HTML5_ATOM(not_, "not") |
|
769 HTML5_ATOM(nav, "nav") |
|
770 HTML5_ATOM(pre, "pre") |
|
771 HTML5_ATOM(rem, "rem") |
|
772 HTML5_ATOM(sub, "sub") |
|
773 HTML5_ATOM(sec, "sec") |
|
774 HTML5_ATOM(sum, "sum") |
|
775 HTML5_ATOM(sin, "sin") |
|
776 HTML5_ATOM(sep, "sep") |
|
777 HTML5_ATOM(sup, "sup") |
|
778 HTML5_ATOM(set, "set") |
|
779 HTML5_ATOM(tan, "tan") |
|
780 HTML5_ATOM(use, "use") |
|
781 HTML5_ATOM(var, "var") |
|
782 HTML5_ATOM(wbr, "wbr") |
|
783 HTML5_ATOM(xor_, "xor") |
|
784 HTML5_ATOM(area, "area") |
|
785 HTML5_ATOM(bvar, "bvar") |
|
786 HTML5_ATOM(card, "card") |
|
787 HTML5_ATOM(csch, "csch") |
|
788 HTML5_ATOM(cosh, "cosh") |
|
789 HTML5_ATOM(coth, "coth") |
|
790 HTML5_ATOM(curl, "curl") |
|
791 HTML5_ATOM(desc, "desc") |
|
792 HTML5_ATOM(diff, "diff") |
|
793 HTML5_ATOM(defs, "defs") |
|
794 HTML5_ATOM(font, "font") |
|
795 HTML5_ATOM(grad, "grad") |
|
796 HTML5_ATOM(line, "line") |
|
797 HTML5_ATOM(meta, "meta") |
|
798 HTML5_ATOM(msub, "msub") |
|
799 HTML5_ATOM(math, "math") |
|
800 HTML5_ATOM(mark, "mark") |
|
801 HTML5_ATOM(mean, "mean") |
|
802 HTML5_ATOM(main, "main") |
|
803 HTML5_ATOM(msup, "msup") |
|
804 HTML5_ATOM(menu, "menu") |
|
805 HTML5_ATOM(mrow, "mrow") |
|
806 HTML5_ATOM(none, "none") |
|
807 HTML5_ATOM(nest, "nest") |
|
808 HTML5_ATOM(plus, "plus") |
|
809 HTML5_ATOM(rule, "rule") |
|
810 HTML5_ATOM(real, "real") |
|
811 HTML5_ATOM(reln, "reln") |
|
812 HTML5_ATOM(rect, "rect") |
|
813 HTML5_ATOM(root, "root") |
|
814 HTML5_ATOM(sech, "sech") |
|
815 HTML5_ATOM(sinh, "sinh") |
|
816 HTML5_ATOM(samp, "samp") |
|
817 HTML5_ATOM(stop, "stop") |
|
818 HTML5_ATOM(sdev, "sdev") |
|
819 HTML5_ATOM(time, "time") |
|
820 HTML5_ATOM(true_, "true") |
|
821 HTML5_ATOM(tref, "tref") |
|
822 HTML5_ATOM(tanh, "tanh") |
|
823 HTML5_ATOM(view, "view") |
|
824 HTML5_ATOM(aside, "aside") |
|
825 HTML5_ATOM(audio, "audio") |
|
826 HTML5_ATOM(apply, "apply") |
|
827 HTML5_ATOM(embed, "embed") |
|
828 HTML5_ATOM(false_, "false") |
|
829 HTML5_ATOM(floor, "floor") |
|
830 HTML5_ATOM(glyph, "glyph") |
|
831 HTML5_ATOM(hkern, "hkern") |
|
832 HTML5_ATOM(image, "image") |
|
833 HTML5_ATOM(ident, "ident") |
|
834 HTML5_ATOM(limit, "limit") |
|
835 HTML5_ATOM(mfrac, "mfrac") |
|
836 HTML5_ATOM(mpath, "mpath") |
|
837 HTML5_ATOM(meter, "meter") |
|
838 HTML5_ATOM(mover, "mover") |
|
839 HTML5_ATOM(minus, "minus") |
|
840 HTML5_ATOM(mroot, "mroot") |
|
841 HTML5_ATOM(msqrt, "msqrt") |
|
842 HTML5_ATOM(mtext, "mtext") |
|
843 HTML5_ATOM(notin, "notin") |
|
844 HTML5_ATOM(piece, "piece") |
|
845 HTML5_ATOM(param, "param") |
|
846 HTML5_ATOM(power, "power") |
|
847 HTML5_ATOM(reals, "reals") |
|
848 HTML5_ATOM(small_, "small") |
|
849 HTML5_ATOM(track, "track") |
|
850 HTML5_ATOM(tspan, "tspan") |
|
851 HTML5_ATOM(times, "times") |
|
852 HTML5_ATOM(union_, "union") |
|
853 HTML5_ATOM(vkern, "vkern") |
|
854 HTML5_ATOM(video, "video") |
|
855 HTML5_ATOM(arcsec, "arcsec") |
|
856 HTML5_ATOM(arccsc, "arccsc") |
|
857 HTML5_ATOM(arctan, "arctan") |
|
858 HTML5_ATOM(arcsin, "arcsin") |
|
859 HTML5_ATOM(arccos, "arccos") |
|
860 HTML5_ATOM(applet, "applet") |
|
861 HTML5_ATOM(arccot, "arccot") |
|
862 HTML5_ATOM(approx, "approx") |
|
863 HTML5_ATOM(circle, "circle") |
|
864 HTML5_ATOM(center, "center") |
|
865 HTML5_ATOM(canvas, "canvas") |
|
866 HTML5_ATOM(divide, "divide") |
|
867 HTML5_ATOM(degree, "degree") |
|
868 HTML5_ATOM(domain, "domain") |
|
869 HTML5_ATOM(exists, "exists") |
|
870 HTML5_ATOM(fetile, "fetile") |
|
871 HTML5_ATOM(feTile, "feTile") |
|
872 HTML5_ATOM(figure, "figure") |
|
873 HTML5_ATOM(forall, "forall") |
|
874 HTML5_ATOM(footer, "footer") |
|
875 HTML5_ATOM(hgroup, "hgroup") |
|
876 HTML5_ATOM(header, "header") |
|
877 HTML5_ATOM(keygen, "keygen") |
|
878 HTML5_ATOM(lambda, "lambda") |
|
879 HTML5_ATOM(legend, "legend") |
|
880 HTML5_ATOM(mspace, "mspace") |
|
881 HTML5_ATOM(mtable, "mtable") |
|
882 HTML5_ATOM(mstyle, "mstyle") |
|
883 HTML5_ATOM(mglyph, "mglyph") |
|
884 HTML5_ATOM(median, "median") |
|
885 HTML5_ATOM(munder, "munder") |
|
886 HTML5_ATOM(marker, "marker") |
|
887 HTML5_ATOM(merror, "merror") |
|
888 HTML5_ATOM(moment, "moment") |
|
889 HTML5_ATOM(matrix, "matrix") |
|
890 HTML5_ATOM(output, "output") |
|
891 HTML5_ATOM(primes, "primes") |
|
892 HTML5_ATOM(source, "source") |
|
893 HTML5_ATOM(strike, "strike") |
|
894 HTML5_ATOM(strong, "strong") |
|
895 HTML5_ATOM(switch_, "switch") |
|
896 HTML5_ATOM(symbol, "symbol") |
|
897 HTML5_ATOM(subset, "subset") |
|
898 HTML5_ATOM(tbreak, "tbreak") |
|
899 HTML5_ATOM(vector, "vector") |
|
900 HTML5_ATOM(article, "article") |
|
901 HTML5_ATOM(animate, "animate") |
|
902 HTML5_ATOM(arcsech, "arcsech") |
|
903 HTML5_ATOM(arccsch, "arccsch") |
|
904 HTML5_ATOM(arctanh, "arctanh") |
|
905 HTML5_ATOM(arcsinh, "arcsinh") |
|
906 HTML5_ATOM(arccosh, "arccosh") |
|
907 HTML5_ATOM(arccoth, "arccoth") |
|
908 HTML5_ATOM(acronym, "acronym") |
|
909 HTML5_ATOM(bgsound, "bgsound") |
|
910 HTML5_ATOM(compose, "compose") |
|
911 HTML5_ATOM(ceiling, "ceiling") |
|
912 HTML5_ATOM(csymbol, "csymbol") |
|
913 HTML5_ATOM(discard, "discard") |
|
914 HTML5_ATOM(details, "details") |
|
915 HTML5_ATOM(ellipse, "ellipse") |
|
916 HTML5_ATOM(fefunca, "fefunca") |
|
917 HTML5_ATOM(feFuncA, "feFuncA") |
|
918 HTML5_ATOM(fefuncb, "fefuncb") |
|
919 HTML5_ATOM(feFuncB, "feFuncB") |
|
920 HTML5_ATOM(feblend, "feblend") |
|
921 HTML5_ATOM(feBlend, "feBlend") |
|
922 HTML5_ATOM(feflood, "feflood") |
|
923 HTML5_ATOM(feFlood, "feFlood") |
|
924 HTML5_ATOM(feimage, "feimage") |
|
925 HTML5_ATOM(feImage, "feImage") |
|
926 HTML5_ATOM(femerge, "femerge") |
|
927 HTML5_ATOM(feMerge, "feMerge") |
|
928 HTML5_ATOM(fefuncg, "fefuncg") |
|
929 HTML5_ATOM(feFuncG, "feFuncG") |
|
930 HTML5_ATOM(fefuncr, "fefuncr") |
|
931 HTML5_ATOM(feFuncR, "feFuncR") |
|
932 HTML5_ATOM(handler, "handler") |
|
933 HTML5_ATOM(inverse, "inverse") |
|
934 HTML5_ATOM(implies, "implies") |
|
935 HTML5_ATOM(isindex, "isindex") |
|
936 HTML5_ATOM(logbase, "logbase") |
|
937 HTML5_ATOM(listing, "listing") |
|
938 HTML5_ATOM(mfenced, "mfenced") |
|
939 HTML5_ATOM(mpadded, "mpadded") |
|
940 HTML5_ATOM(marquee, "marquee") |
|
941 HTML5_ATOM(maction, "maction") |
|
942 HTML5_ATOM(msubsup, "msubsup") |
|
943 HTML5_ATOM(polygon, "polygon") |
|
944 HTML5_ATOM(product, "product") |
|
945 HTML5_ATOM(setdiff, "setdiff") |
|
946 HTML5_ATOM(section, "section") |
|
947 HTML5_ATOM(tendsto, "tendsto") |
|
948 HTML5_ATOM(uplimit, "uplimit") |
|
949 HTML5_ATOM(altglyph, "altglyph") |
|
950 HTML5_ATOM(altGlyph, "altGlyph") |
|
951 HTML5_ATOM(basefont, "basefont") |
|
952 HTML5_ATOM(clippath, "clippath") |
|
953 HTML5_ATOM(clipPath, "clipPath") |
|
954 HTML5_ATOM(codomain, "codomain") |
|
955 HTML5_ATOM(emptyset, "emptyset") |
|
956 HTML5_ATOM(factorof, "factorof") |
|
957 HTML5_ATOM(fieldset, "fieldset") |
|
958 HTML5_ATOM(feoffset, "feoffset") |
|
959 HTML5_ATOM(feOffset, "feOffset") |
|
960 HTML5_ATOM(interval, "interval") |
|
961 HTML5_ATOM(integers, "integers") |
|
962 HTML5_ATOM(infinity, "infinity") |
|
963 HTML5_ATOM(listener, "listener") |
|
964 HTML5_ATOM(lowlimit, "lowlimit") |
|
965 HTML5_ATOM(metadata, "metadata") |
|
966 HTML5_ATOM(menclose, "menclose") |
|
967 HTML5_ATOM(menuitem, "menuitem") |
|
968 HTML5_ATOM(mphantom, "mphantom") |
|
969 HTML5_ATOM(polyline, "polyline") |
|
970 HTML5_ATOM(prefetch, "prefetch") |
|
971 HTML5_ATOM(progress, "progress") |
|
972 HTML5_ATOM(prsubset, "prsubset") |
|
973 HTML5_ATOM(quotient, "quotient") |
|
974 HTML5_ATOM(selector, "selector") |
|
975 HTML5_ATOM(textpath, "textpath") |
|
976 HTML5_ATOM(textPath, "textPath") |
|
977 HTML5_ATOM(variance, "variance") |
|
978 HTML5_ATOM(animation, "animation") |
|
979 HTML5_ATOM(conjugate, "conjugate") |
|
980 HTML5_ATOM(condition, "condition") |
|
981 HTML5_ATOM(complexes, "complexes") |
|
982 HTML5_ATOM(font_face, "font-face") |
|
983 HTML5_ATOM(factorial, "factorial") |
|
984 HTML5_ATOM(intersect, "intersect") |
|
985 HTML5_ATOM(imaginary, "imaginary") |
|
986 HTML5_ATOM(laplacian, "laplacian") |
|
987 HTML5_ATOM(matrixrow, "matrixrow") |
|
988 HTML5_ATOM(notsubset, "notsubset") |
|
989 HTML5_ATOM(otherwise, "otherwise") |
|
990 HTML5_ATOM(piecewise, "piecewise") |
|
991 HTML5_ATOM(rationals, "rationals") |
|
992 HTML5_ATOM(semantics, "semantics") |
|
993 HTML5_ATOM(transpose, "transpose") |
|
994 HTML5_ATOM(annotation, "annotation") |
|
995 HTML5_ATOM(blockquote, "blockquote") |
|
996 HTML5_ATOM(divergence, "divergence") |
|
997 HTML5_ATOM(eulergamma, "eulergamma") |
|
998 HTML5_ATOM(equivalent, "equivalent") |
|
999 HTML5_ATOM(figcaption, "figcaption") |
|
1000 HTML5_ATOM(imaginaryi, "imaginaryi") |
|
1001 HTML5_ATOM(malignmark, "malignmark") |
|
1002 HTML5_ATOM(munderover, "munderover") |
|
1003 HTML5_ATOM(mlabeledtr, "mlabeledtr") |
|
1004 HTML5_ATOM(notanumber, "notanumber") |
|
1005 HTML5_ATOM(solidcolor, "solidcolor") |
|
1006 HTML5_ATOM(altglyphdef, "altglyphdef") |
|
1007 HTML5_ATOM(altGlyphDef, "altGlyphDef") |
|
1008 HTML5_ATOM(determinant, "determinant") |
|
1009 HTML5_ATOM(femergenode, "femergenode") |
|
1010 HTML5_ATOM(feMergeNode, "feMergeNode") |
|
1011 HTML5_ATOM(fecomposite, "fecomposite") |
|
1012 HTML5_ATOM(feComposite, "feComposite") |
|
1013 HTML5_ATOM(fespotlight, "fespotlight") |
|
1014 HTML5_ATOM(feSpotLight, "feSpotLight") |
|
1015 HTML5_ATOM(maligngroup, "maligngroup") |
|
1016 HTML5_ATOM(mprescripts, "mprescripts") |
|
1017 HTML5_ATOM(momentabout, "momentabout") |
|
1018 HTML5_ATOM(notprsubset, "notprsubset") |
|
1019 HTML5_ATOM(partialdiff, "partialdiff") |
|
1020 HTML5_ATOM(altglyphitem, "altglyphitem") |
|
1021 HTML5_ATOM(altGlyphItem, "altGlyphItem") |
|
1022 HTML5_ATOM(animatecolor, "animatecolor") |
|
1023 HTML5_ATOM(animateColor, "animateColor") |
|
1024 HTML5_ATOM(datatemplate, "datatemplate") |
|
1025 HTML5_ATOM(exponentiale, "exponentiale") |
|
1026 HTML5_ATOM(feturbulence, "feturbulence") |
|
1027 HTML5_ATOM(feTurbulence, "feTurbulence") |
|
1028 HTML5_ATOM(fepointlight, "fepointlight") |
|
1029 HTML5_ATOM(fePointLight, "fePointLight") |
|
1030 HTML5_ATOM(fedropshadow, "fedropshadow") |
|
1031 HTML5_ATOM(feDropShadow, "feDropShadow") |
|
1032 HTML5_ATOM(femorphology, "femorphology") |
|
1033 HTML5_ATOM(feMorphology, "feMorphology") |
|
1034 HTML5_ATOM(outerproduct, "outerproduct") |
|
1035 HTML5_ATOM(animatemotion, "animatemotion") |
|
1036 HTML5_ATOM(animateMotion, "animateMotion") |
|
1037 HTML5_ATOM(font_face_src, "font-face-src") |
|
1038 HTML5_ATOM(font_face_uri, "font-face-uri") |
|
1039 HTML5_ATOM(foreignobject, "foreignobject") |
|
1040 HTML5_ATOM(foreignObject, "foreignObject") |
|
1041 HTML5_ATOM(fecolormatrix, "fecolormatrix") |
|
1042 HTML5_ATOM(feColorMatrix, "feColorMatrix") |
|
1043 HTML5_ATOM(missing_glyph, "missing-glyph") |
|
1044 HTML5_ATOM(mmultiscripts, "mmultiscripts") |
|
1045 HTML5_ATOM(scalarproduct, "scalarproduct") |
|
1046 HTML5_ATOM(vectorproduct, "vectorproduct") |
|
1047 HTML5_ATOM(annotation_xml, "annotation-xml") |
|
1048 HTML5_ATOM(definition_src, "definition-src") |
|
1049 HTML5_ATOM(font_face_name, "font-face-name") |
|
1050 HTML5_ATOM(fegaussianblur, "fegaussianblur") |
|
1051 HTML5_ATOM(feGaussianBlur, "feGaussianBlur") |
|
1052 HTML5_ATOM(fedistantlight, "fedistantlight") |
|
1053 HTML5_ATOM(feDistantLight, "feDistantLight") |
|
1054 HTML5_ATOM(lineargradient, "lineargradient") |
|
1055 HTML5_ATOM(linearGradient, "linearGradient") |
|
1056 HTML5_ATOM(naturalnumbers, "naturalnumbers") |
|
1057 HTML5_ATOM(radialgradient, "radialgradient") |
|
1058 HTML5_ATOM(radialGradient, "radialGradient") |
|
1059 HTML5_ATOM(animatetransform, "animatetransform") |
|
1060 HTML5_ATOM(animateTransform, "animateTransform") |
|
1061 HTML5_ATOM(cartesianproduct, "cartesianproduct") |
|
1062 HTML5_ATOM(font_face_format, "font-face-format") |
|
1063 HTML5_ATOM(feconvolvematrix, "feconvolvematrix") |
|
1064 HTML5_ATOM(feConvolveMatrix, "feConvolveMatrix") |
|
1065 HTML5_ATOM(fediffuselighting, "fediffuselighting") |
|
1066 HTML5_ATOM(feDiffuseLighting, "feDiffuseLighting") |
|
1067 HTML5_ATOM(fedisplacementmap, "fedisplacementmap") |
|
1068 HTML5_ATOM(feDisplacementMap, "feDisplacementMap") |
|
1069 HTML5_ATOM(fespecularlighting, "fespecularlighting") |
|
1070 HTML5_ATOM(feSpecularLighting, "feSpecularLighting") |
|
1071 HTML5_ATOM(domainofapplication, "domainofapplication") |
|
1072 HTML5_ATOM(fecomponenttransfer, "fecomponenttransfer") |
|
1073 HTML5_ATOM(feComponentTransfer, "feComponentTransfer") |