michael@0: /* michael@0: * Copyright (c) 2008-2010 Mozilla Foundation michael@0: * michael@0: * Permission is hereby granted, free of charge, to any person obtaining a michael@0: * copy of this software and associated documentation files (the "Software"), michael@0: * to deal in the Software without restriction, including without limitation michael@0: * the rights to use, copy, modify, merge, publish, distribute, sublicense, michael@0: * and/or sell copies of the Software, and to permit persons to whom the michael@0: * Software is furnished to do so, subject to the following conditions: michael@0: * michael@0: * The above copyright notice and this permission notice shall be included in michael@0: * all copies or substantial portions of the Software. michael@0: * michael@0: * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR michael@0: * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, michael@0: * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL michael@0: * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER michael@0: * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING michael@0: * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER michael@0: * DEALINGS IN THE SOFTWARE. michael@0: */ michael@0: michael@0: HTML5_ATOM(emptystring, "") michael@0: HTML5_ATOM(template_, "template") michael@0: HTML5_ATOM(title, "title") michael@0: HTML5_ATOM(textarea, "textarea") michael@0: HTML5_ATOM(style, "style") michael@0: HTML5_ATOM(xmp, "xmp") michael@0: HTML5_ATOM(iframe, "iframe") michael@0: HTML5_ATOM(noembed, "noembed") michael@0: HTML5_ATOM(noframes, "noframes") michael@0: HTML5_ATOM(noscript, "noscript") michael@0: HTML5_ATOM(plaintext, "plaintext") michael@0: HTML5_ATOM(script, "script") michael@0: HTML5_ATOM(svg, "svg") michael@0: HTML5_ATOM(table, "table") michael@0: HTML5_ATOM(caption, "caption") michael@0: HTML5_ATOM(p, "p") michael@0: HTML5_ATOM(address, "address") michael@0: HTML5_ATOM(div, "div") michael@0: HTML5_ATOM(a, "a") michael@0: HTML5_ATOM(nobr, "nobr") michael@0: HTML5_ATOM(input, "input") michael@0: HTML5_ATOM(option, "option") michael@0: HTML5_ATOM(ruby, "ruby") michael@0: HTML5_ATOM(select, "select") michael@0: HTML5_ATOM(optgroup, "optgroup") michael@0: HTML5_ATOM(tbody, "tbody") michael@0: HTML5_ATOM(tfoot, "tfoot") michael@0: HTML5_ATOM(thead, "thead") michael@0: HTML5_ATOM(frameset, "frameset") michael@0: HTML5_ATOM(button, "button") michael@0: HTML5_ATOM(ul, "ul") michael@0: HTML5_ATOM(ol, "ol") michael@0: HTML5_ATOM(html, "html") michael@0: HTML5_ATOM(td, "td") michael@0: HTML5_ATOM(th, "th") michael@0: HTML5_ATOM(tr, "tr") michael@0: HTML5_ATOM(colgroup, "colgroup") michael@0: HTML5_ATOM(head, "head") michael@0: HTML5_ATOM(body, "body") michael@0: HTML5_ATOM(form, "form") michael@0: HTML5_ATOM(xmlns, "xmlns") michael@0: HTML5_ATOM(xlink, "xlink") michael@0: HTML5_ATOM(xml, "xml") michael@0: HTML5_ATOM(d, "d") michael@0: HTML5_ATOM(k, "k") michael@0: HTML5_ATOM(r, "r") michael@0: HTML5_ATOM(x, "x") michael@0: HTML5_ATOM(y, "y") michael@0: HTML5_ATOM(z, "z") michael@0: HTML5_ATOM(by, "by") michael@0: HTML5_ATOM(cx, "cx") michael@0: HTML5_ATOM(cy, "cy") michael@0: HTML5_ATOM(dx, "dx") michael@0: HTML5_ATOM(dy, "dy") michael@0: HTML5_ATOM(g2, "g2") michael@0: HTML5_ATOM(g1, "g1") michael@0: HTML5_ATOM(fx, "fx") michael@0: HTML5_ATOM(fy, "fy") michael@0: HTML5_ATOM(k4, "k4") michael@0: HTML5_ATOM(k2, "k2") michael@0: HTML5_ATOM(k3, "k3") michael@0: HTML5_ATOM(k1, "k1") michael@0: HTML5_ATOM(id, "id") michael@0: HTML5_ATOM(in, "in") michael@0: HTML5_ATOM(u2, "u2") michael@0: HTML5_ATOM(u1, "u1") michael@0: HTML5_ATOM(rt, "rt") michael@0: HTML5_ATOM(rx, "rx") michael@0: HTML5_ATOM(ry, "ry") michael@0: HTML5_ATOM(to, "to") michael@0: HTML5_ATOM(y2, "y2") michael@0: HTML5_ATOM(y1, "y1") michael@0: HTML5_ATOM(x1, "x1") michael@0: HTML5_ATOM(x2, "x2") michael@0: HTML5_ATOM(alt, "alt") michael@0: HTML5_ATOM(dir, "dir") michael@0: HTML5_ATOM(dur, "dur") michael@0: HTML5_ATOM(end, "end") michael@0: HTML5_ATOM(for_, "for") michael@0: HTML5_ATOM(in2, "in2") michael@0: HTML5_ATOM(max, "max") michael@0: HTML5_ATOM(min, "min") michael@0: HTML5_ATOM(low, "low") michael@0: HTML5_ATOM(rel, "rel") michael@0: HTML5_ATOM(rev, "rev") michael@0: HTML5_ATOM(src, "src") michael@0: HTML5_ATOM(axis, "axis") michael@0: HTML5_ATOM(abbr, "abbr") michael@0: HTML5_ATOM(bbox, "bbox") michael@0: HTML5_ATOM(cite, "cite") michael@0: HTML5_ATOM(code, "code") michael@0: HTML5_ATOM(bias, "bias") michael@0: HTML5_ATOM(cols, "cols") michael@0: HTML5_ATOM(clip, "clip") michael@0: HTML5_ATOM(char_, "char") michael@0: HTML5_ATOM(base, "base") michael@0: HTML5_ATOM(edge, "edge") michael@0: HTML5_ATOM(data, "data") michael@0: HTML5_ATOM(fill, "fill") michael@0: HTML5_ATOM(from, "from") michael@0: HTML5_ATOM(face, "face") michael@0: HTML5_ATOM(high, "high") michael@0: HTML5_ATOM(href, "href") michael@0: HTML5_ATOM(open, "open") michael@0: HTML5_ATOM(icon, "icon") michael@0: HTML5_ATOM(name, "name") michael@0: HTML5_ATOM(mode, "mode") michael@0: HTML5_ATOM(mask, "mask") michael@0: HTML5_ATOM(link, "link") michael@0: HTML5_ATOM(lang, "lang") michael@0: HTML5_ATOM(loop, "loop") michael@0: HTML5_ATOM(list, "list") michael@0: HTML5_ATOM(type, "type") michael@0: HTML5_ATOM(when, "when") michael@0: HTML5_ATOM(wrap, "wrap") michael@0: HTML5_ATOM(text, "text") michael@0: HTML5_ATOM(path, "path") michael@0: HTML5_ATOM(ping, "ping") michael@0: HTML5_ATOM(refx, "refx") michael@0: HTML5_ATOM(refX, "refX") michael@0: HTML5_ATOM(refy, "refy") michael@0: HTML5_ATOM(refY, "refY") michael@0: HTML5_ATOM(size, "size") michael@0: HTML5_ATOM(seed, "seed") michael@0: HTML5_ATOM(rows, "rows") michael@0: HTML5_ATOM(span, "span") michael@0: HTML5_ATOM(step, "step") michael@0: HTML5_ATOM(role, "role") michael@0: HTML5_ATOM(xref, "xref") michael@0: HTML5_ATOM(async, "async") michael@0: HTML5_ATOM(alink, "alink") michael@0: HTML5_ATOM(align, "align") michael@0: HTML5_ATOM(close, "close") michael@0: HTML5_ATOM(color, "color") michael@0: HTML5_ATOM(class_, "class") michael@0: HTML5_ATOM(clear, "clear") michael@0: HTML5_ATOM(begin, "begin") michael@0: HTML5_ATOM(depth, "depth") michael@0: HTML5_ATOM(defer, "defer") michael@0: HTML5_ATOM(fence, "fence") michael@0: HTML5_ATOM(frame, "frame") michael@0: HTML5_ATOM(ismap, "ismap") michael@0: HTML5_ATOM(onend, "onend") michael@0: HTML5_ATOM(index, "index") michael@0: HTML5_ATOM(order, "order") michael@0: HTML5_ATOM(other, "other") michael@0: HTML5_ATOM(oncut, "oncut") michael@0: HTML5_ATOM(nargs, "nargs") michael@0: HTML5_ATOM(media, "media") michael@0: HTML5_ATOM(label, "label") michael@0: HTML5_ATOM(local, "local") michael@0: HTML5_ATOM(width, "width") michael@0: HTML5_ATOM(vlink, "vlink") michael@0: HTML5_ATOM(value, "value") michael@0: HTML5_ATOM(slope, "slope") michael@0: HTML5_ATOM(shape, "shape") michael@0: HTML5_ATOM(scope, "scope") michael@0: HTML5_ATOM(scale, "scale") michael@0: HTML5_ATOM(speed, "speed") michael@0: HTML5_ATOM(rules, "rules") michael@0: HTML5_ATOM(stemh, "stemh") michael@0: HTML5_ATOM(stemv, "stemv") michael@0: HTML5_ATOM(start, "start") michael@0: HTML5_ATOM(accept, "accept") michael@0: HTML5_ATOM(accent, "accent") michael@0: HTML5_ATOM(ascent, "ascent") michael@0: HTML5_ATOM(active, "active") michael@0: HTML5_ATOM(altimg, "altimg") michael@0: HTML5_ATOM(action, "action") michael@0: HTML5_ATOM(border, "border") michael@0: HTML5_ATOM(cursor, "cursor") michael@0: HTML5_ATOM(coords, "coords") michael@0: HTML5_ATOM(filter, "filter") michael@0: HTML5_ATOM(format, "format") michael@0: HTML5_ATOM(hidden, "hidden") michael@0: HTML5_ATOM(hspace, "hspace") michael@0: HTML5_ATOM(height, "height") michael@0: HTML5_ATOM(onmove, "onmove") michael@0: HTML5_ATOM(onload, "onload") michael@0: HTML5_ATOM(ondrag, "ondrag") michael@0: HTML5_ATOM(origin, "origin") michael@0: HTML5_ATOM(onzoom, "onzoom") michael@0: HTML5_ATOM(onhelp, "onhelp") michael@0: HTML5_ATOM(onstop, "onstop") michael@0: HTML5_ATOM(ondrop, "ondrop") michael@0: HTML5_ATOM(onblur, "onblur") michael@0: HTML5_ATOM(object, "object") michael@0: HTML5_ATOM(offset, "offset") michael@0: HTML5_ATOM(orient, "orient") michael@0: HTML5_ATOM(oncopy, "oncopy") michael@0: HTML5_ATOM(nowrap, "nowrap") michael@0: HTML5_ATOM(nohref, "nohref") michael@0: HTML5_ATOM(macros, "macros") michael@0: HTML5_ATOM(method, "method") michael@0: HTML5_ATOM(lowsrc, "lowsrc") michael@0: HTML5_ATOM(lspace, "lspace") michael@0: HTML5_ATOM(lquote, "lquote") michael@0: HTML5_ATOM(usemap, "usemap") michael@0: HTML5_ATOM(widths, "widths") michael@0: HTML5_ATOM(target, "target") michael@0: HTML5_ATOM(values, "values") michael@0: HTML5_ATOM(valign, "valign") michael@0: HTML5_ATOM(vspace, "vspace") michael@0: HTML5_ATOM(poster, "poster") michael@0: HTML5_ATOM(points, "points") michael@0: HTML5_ATOM(prompt, "prompt") michael@0: HTML5_ATOM(srcdoc, "srcdoc") michael@0: HTML5_ATOM(scoped, "scoped") michael@0: HTML5_ATOM(string, "string") michael@0: HTML5_ATOM(scheme, "scheme") michael@0: HTML5_ATOM(stroke, "stroke") michael@0: HTML5_ATOM(radius, "radius") michael@0: HTML5_ATOM(result, "result") michael@0: HTML5_ATOM(repeat, "repeat") michael@0: HTML5_ATOM(rspace, "rspace") michael@0: HTML5_ATOM(rotate, "rotate") michael@0: HTML5_ATOM(rquote, "rquote") michael@0: HTML5_ATOM(alttext, "alttext") michael@0: HTML5_ATOM(archive, "archive") michael@0: HTML5_ATOM(azimuth, "azimuth") michael@0: HTML5_ATOM(closure, "closure") michael@0: HTML5_ATOM(checked, "checked") michael@0: HTML5_ATOM(classid, "classid") michael@0: HTML5_ATOM(charoff, "charoff") michael@0: HTML5_ATOM(bgcolor, "bgcolor") michael@0: HTML5_ATOM(colspan, "colspan") michael@0: HTML5_ATOM(charset, "charset") michael@0: HTML5_ATOM(compact, "compact") michael@0: HTML5_ATOM(content, "content") michael@0: HTML5_ATOM(enctype, "enctype") michael@0: HTML5_ATOM(datasrc, "datasrc") michael@0: HTML5_ATOM(datafld, "datafld") michael@0: HTML5_ATOM(declare, "declare") michael@0: HTML5_ATOM(display, "display") michael@0: HTML5_ATOM(divisor, "divisor") michael@0: HTML5_ATOM(default_, "default") michael@0: HTML5_ATOM(descent, "descent") michael@0: HTML5_ATOM(kerning, "kerning") michael@0: HTML5_ATOM(hanging, "hanging") michael@0: HTML5_ATOM(headers, "headers") michael@0: HTML5_ATOM(onpaste, "onpaste") michael@0: HTML5_ATOM(onclick, "onclick") michael@0: HTML5_ATOM(optimum, "optimum") michael@0: HTML5_ATOM(onbegin, "onbegin") michael@0: HTML5_ATOM(onkeyup, "onkeyup") michael@0: HTML5_ATOM(onfocus, "onfocus") michael@0: HTML5_ATOM(onerror, "onerror") michael@0: HTML5_ATOM(oninput, "oninput") michael@0: HTML5_ATOM(onabort, "onabort") michael@0: HTML5_ATOM(onstart, "onstart") michael@0: HTML5_ATOM(onreset, "onreset") michael@0: HTML5_ATOM(opacity, "opacity") michael@0: HTML5_ATOM(noshade, "noshade") michael@0: HTML5_ATOM(minsize, "minsize") michael@0: HTML5_ATOM(maxsize, "maxsize") michael@0: HTML5_ATOM(largeop, "largeop") michael@0: HTML5_ATOM(unicode_, "unicode") michael@0: HTML5_ATOM(targetx, "targetx") michael@0: HTML5_ATOM(targetX, "targetX") michael@0: HTML5_ATOM(targety, "targety") michael@0: HTML5_ATOM(targetY, "targetY") michael@0: HTML5_ATOM(viewbox, "viewbox") michael@0: HTML5_ATOM(viewBox, "viewBox") michael@0: HTML5_ATOM(version, "version") michael@0: HTML5_ATOM(pattern, "pattern") michael@0: HTML5_ATOM(profile, "profile") michael@0: HTML5_ATOM(spacing, "spacing") michael@0: HTML5_ATOM(restart, "restart") michael@0: HTML5_ATOM(rowspan, "rowspan") michael@0: HTML5_ATOM(sandbox, "sandbox") michael@0: HTML5_ATOM(summary, "summary") michael@0: HTML5_ATOM(standby, "standby") michael@0: HTML5_ATOM(replace, "replace") michael@0: HTML5_ATOM(autoplay, "autoplay") michael@0: HTML5_ATOM(additive, "additive") michael@0: HTML5_ATOM(calcmode, "calcmode") michael@0: HTML5_ATOM(calcMode, "calcMode") michael@0: HTML5_ATOM(codetype, "codetype") michael@0: HTML5_ATOM(codebase, "codebase") michael@0: HTML5_ATOM(controls, "controls") michael@0: HTML5_ATOM(bevelled, "bevelled") michael@0: HTML5_ATOM(baseline, "baseline") michael@0: HTML5_ATOM(exponent, "exponent") michael@0: HTML5_ATOM(edgemode, "edgemode") michael@0: HTML5_ATOM(edgeMode, "edgeMode") michael@0: HTML5_ATOM(encoding, "encoding") michael@0: HTML5_ATOM(glyphref, "glyphref") michael@0: HTML5_ATOM(glyphRef, "glyphRef") michael@0: HTML5_ATOM(datetime, "datetime") michael@0: HTML5_ATOM(disabled, "disabled") michael@0: HTML5_ATOM(fontsize, "fontsize") michael@0: HTML5_ATOM(keytimes, "keytimes") michael@0: HTML5_ATOM(keyTimes, "keyTimes") michael@0: HTML5_ATOM(panose_1, "panose-1") michael@0: HTML5_ATOM(hreflang, "hreflang") michael@0: HTML5_ATOM(onresize, "onresize") michael@0: HTML5_ATOM(onchange, "onchange") michael@0: HTML5_ATOM(onbounce, "onbounce") michael@0: HTML5_ATOM(onunload, "onunload") michael@0: HTML5_ATOM(onfinish, "onfinish") michael@0: HTML5_ATOM(onscroll, "onscroll") michael@0: HTML5_ATOM(operator_, "operator") michael@0: HTML5_ATOM(overflow, "overflow") michael@0: HTML5_ATOM(onsubmit, "onsubmit") michael@0: HTML5_ATOM(onrepeat, "onrepeat") michael@0: HTML5_ATOM(onselect, "onselect") michael@0: HTML5_ATOM(notation, "notation") michael@0: HTML5_ATOM(noresize, "noresize") michael@0: HTML5_ATOM(manifest, "manifest") michael@0: HTML5_ATOM(mathsize, "mathsize") michael@0: HTML5_ATOM(multiple, "multiple") michael@0: HTML5_ATOM(longdesc, "longdesc") michael@0: HTML5_ATOM(language, "language") michael@0: HTML5_ATOM(tabindex, "tabindex") michael@0: HTML5_ATOM(readonly, "readonly") michael@0: HTML5_ATOM(selected, "selected") michael@0: HTML5_ATOM(rowlines, "rowlines") michael@0: HTML5_ATOM(seamless, "seamless") michael@0: HTML5_ATOM(rowalign, "rowalign") michael@0: HTML5_ATOM(stretchy, "stretchy") michael@0: HTML5_ATOM(required, "required") michael@0: HTML5_ATOM(xml_base, "xml:base") michael@0: HTML5_ATOM(xml_lang, "xml:lang") michael@0: HTML5_ATOM(x_height, "x-height") michael@0: HTML5_ATOM(aria_owns, "aria-owns") michael@0: HTML5_ATOM(autofocus, "autofocus") michael@0: HTML5_ATOM(aria_sort, "aria-sort") michael@0: HTML5_ATOM(accesskey, "accesskey") michael@0: HTML5_ATOM(aria_busy, "aria-busy") michael@0: HTML5_ATOM(aria_grab, "aria-grab") michael@0: HTML5_ATOM(amplitude, "amplitude") michael@0: HTML5_ATOM(aria_live, "aria-live") michael@0: HTML5_ATOM(clip_rule, "clip-rule") michael@0: HTML5_ATOM(clip_path, "clip-path") michael@0: HTML5_ATOM(equalrows, "equalrows") michael@0: HTML5_ATOM(elevation, "elevation") michael@0: HTML5_ATOM(direction, "direction") michael@0: HTML5_ATOM(draggable, "draggable") michael@0: HTML5_ATOM(filterres, "filterres") michael@0: HTML5_ATOM(filterRes, "filterRes") michael@0: HTML5_ATOM(fill_rule, "fill-rule") michael@0: HTML5_ATOM(fontstyle, "fontstyle") michael@0: HTML5_ATOM(font_size, "font-size") michael@0: HTML5_ATOM(keypoints, "keypoints") michael@0: HTML5_ATOM(keyPoints, "keyPoints") michael@0: HTML5_ATOM(hidefocus, "hidefocus") michael@0: HTML5_ATOM(onmessage, "onmessage") michael@0: HTML5_ATOM(intercept, "intercept") michael@0: HTML5_ATOM(ondragend, "ondragend") michael@0: HTML5_ATOM(onmoveend, "onmoveend") michael@0: HTML5_ATOM(oninvalid, "oninvalid") michael@0: HTML5_ATOM(onkeydown, "onkeydown") michael@0: HTML5_ATOM(onfocusin, "onfocusin") michael@0: HTML5_ATOM(onmouseup, "onmouseup") michael@0: HTML5_ATOM(inputmode, "inputmode") michael@0: HTML5_ATOM(onrowexit, "onrowexit") michael@0: HTML5_ATOM(mathcolor, "mathcolor") michael@0: HTML5_ATOM(maskunits, "maskunits") michael@0: HTML5_ATOM(maskUnits, "maskUnits") michael@0: HTML5_ATOM(maxlength, "maxlength") michael@0: HTML5_ATOM(linebreak, "linebreak") michael@0: HTML5_ATOM(transform, "transform") michael@0: HTML5_ATOM(v_hanging, "v-hanging") michael@0: HTML5_ATOM(valuetype, "valuetype") michael@0: HTML5_ATOM(pointsatz, "pointsatz") michael@0: HTML5_ATOM(pointsAtZ, "pointsAtZ") michael@0: HTML5_ATOM(pointsatx, "pointsatx") michael@0: HTML5_ATOM(pointsAtX, "pointsAtX") michael@0: HTML5_ATOM(pointsaty, "pointsaty") michael@0: HTML5_ATOM(pointsAtY, "pointsAtY") michael@0: HTML5_ATOM(symmetric, "symmetric") michael@0: HTML5_ATOM(scrolling, "scrolling") michael@0: HTML5_ATOM(repeatdur, "repeatdur") michael@0: HTML5_ATOM(repeatDur, "repeatDur") michael@0: HTML5_ATOM(selection, "selection") michael@0: HTML5_ATOM(separator, "separator") michael@0: HTML5_ATOM(xml_space, "xml:space") michael@0: HTML5_ATOM(space, "space") michael@0: HTML5_ATOM(autosubmit, "autosubmit") michael@0: HTML5_ATOM(alphabetic, "alphabetic") michael@0: HTML5_ATOM(actiontype, "actiontype") michael@0: HTML5_ATOM(accumulate, "accumulate") michael@0: HTML5_ATOM(aria_level, "aria-level") michael@0: HTML5_ATOM(columnspan, "columnspan") michael@0: HTML5_ATOM(cap_height, "cap-height") michael@0: HTML5_ATOM(background, "background") michael@0: HTML5_ATOM(glyph_name, "glyph-name") michael@0: HTML5_ATOM(groupalign, "groupalign") michael@0: HTML5_ATOM(fontfamily, "fontfamily") michael@0: HTML5_ATOM(fontweight, "fontweight") michael@0: HTML5_ATOM(font_style, "font-style") michael@0: HTML5_ATOM(keysplines, "keysplines") michael@0: HTML5_ATOM(keySplines, "keySplines") michael@0: HTML5_ATOM(http_equiv, "http-equiv") michael@0: HTML5_ATOM(onactivate, "onactivate") michael@0: HTML5_ATOM(occurrence, "occurrence") michael@0: HTML5_ATOM(irrelevant, "irrelevant") michael@0: HTML5_ATOM(ondblclick, "ondblclick") michael@0: HTML5_ATOM(ondragdrop, "ondragdrop") michael@0: HTML5_ATOM(onkeypress, "onkeypress") michael@0: HTML5_ATOM(onrowenter, "onrowenter") michael@0: HTML5_ATOM(ondragover, "ondragover") michael@0: HTML5_ATOM(onfocusout, "onfocusout") michael@0: HTML5_ATOM(onmouseout, "onmouseout") michael@0: HTML5_ATOM(numoctaves, "numoctaves") michael@0: HTML5_ATOM(numOctaves, "numOctaves") michael@0: HTML5_ATOM(marker_mid, "marker-mid") michael@0: HTML5_ATOM(marker_end, "marker-end") michael@0: HTML5_ATOM(textlength, "textlength") michael@0: HTML5_ATOM(textLength, "textLength") michael@0: HTML5_ATOM(visibility, "visibility") michael@0: HTML5_ATOM(viewtarget, "viewtarget") michael@0: HTML5_ATOM(viewTarget, "viewTarget") michael@0: HTML5_ATOM(vert_adv_y, "vert-adv-y") michael@0: HTML5_ATOM(pathlength, "pathlength") michael@0: HTML5_ATOM(pathLength, "pathLength") michael@0: HTML5_ATOM(repeat_max, "repeat-max") michael@0: HTML5_ATOM(radiogroup, "radiogroup") michael@0: HTML5_ATOM(stop_color, "stop-color") michael@0: HTML5_ATOM(separators, "separators") michael@0: HTML5_ATOM(repeat_min, "repeat-min") michael@0: HTML5_ATOM(rowspacing, "rowspacing") michael@0: HTML5_ATOM(zoomandpan, "zoomandpan") michael@0: HTML5_ATOM(zoomAndPan, "zoomAndPan") michael@0: HTML5_ATOM(xlink_type, "xlink:type") michael@0: HTML5_ATOM(xlink_role, "xlink:role") michael@0: HTML5_ATOM(xlink_href, "xlink:href") michael@0: HTML5_ATOM(xlink_show, "xlink:show") michael@0: HTML5_ATOM(show, "show") michael@0: HTML5_ATOM(accentunder, "accentunder") michael@0: HTML5_ATOM(aria_secret, "aria-secret") michael@0: HTML5_ATOM(aria_atomic, "aria-atomic") michael@0: HTML5_ATOM(aria_hidden, "aria-hidden") michael@0: HTML5_ATOM(aria_flowto, "aria-flowto") michael@0: HTML5_ATOM(arabic_form, "arabic-form") michael@0: HTML5_ATOM(cellpadding, "cellpadding") michael@0: HTML5_ATOM(cellspacing, "cellspacing") michael@0: HTML5_ATOM(columnwidth, "columnwidth") michael@0: HTML5_ATOM(crossorigin, "crossorigin") michael@0: HTML5_ATOM(columnalign, "columnalign") michael@0: HTML5_ATOM(columnlines, "columnlines") michael@0: HTML5_ATOM(contextmenu, "contextmenu") michael@0: HTML5_ATOM(baseprofile, "baseprofile") michael@0: HTML5_ATOM(baseProfile, "baseProfile") michael@0: HTML5_ATOM(font_family, "font-family") michael@0: HTML5_ATOM(frameborder, "frameborder") michael@0: HTML5_ATOM(filterunits, "filterunits") michael@0: HTML5_ATOM(filterUnits, "filterUnits") michael@0: HTML5_ATOM(flood_color, "flood-color") michael@0: HTML5_ATOM(font_weight, "font-weight") michael@0: HTML5_ATOM(horiz_adv_x, "horiz-adv-x") michael@0: HTML5_ATOM(ondragleave, "ondragleave") michael@0: HTML5_ATOM(onmousemove, "onmousemove") michael@0: HTML5_ATOM(orientation, "orientation") michael@0: HTML5_ATOM(onmousedown, "onmousedown") michael@0: HTML5_ATOM(onmouseover, "onmouseover") michael@0: HTML5_ATOM(ondragenter, "ondragenter") michael@0: HTML5_ATOM(ideographic, "ideographic") michael@0: HTML5_ATOM(onbeforecut, "onbeforecut") michael@0: HTML5_ATOM(onforminput, "onforminput") michael@0: HTML5_ATOM(ondragstart, "ondragstart") michael@0: HTML5_ATOM(onmovestart, "onmovestart") michael@0: HTML5_ATOM(markerunits, "markerunits") michael@0: HTML5_ATOM(markerUnits, "markerUnits") michael@0: HTML5_ATOM(mathvariant, "mathvariant") michael@0: HTML5_ATOM(marginwidth, "marginwidth") michael@0: HTML5_ATOM(markerwidth, "markerwidth") michael@0: HTML5_ATOM(markerWidth, "markerWidth") michael@0: HTML5_ATOM(text_anchor, "text-anchor") michael@0: HTML5_ATOM(tablevalues, "tablevalues") michael@0: HTML5_ATOM(tableValues, "tableValues") michael@0: HTML5_ATOM(scriptlevel, "scriptlevel") michael@0: HTML5_ATOM(repeatcount, "repeatcount") michael@0: HTML5_ATOM(repeatCount, "repeatCount") michael@0: HTML5_ATOM(stitchtiles, "stitchtiles") michael@0: HTML5_ATOM(stitchTiles, "stitchTiles") michael@0: HTML5_ATOM(startoffset, "startoffset") michael@0: HTML5_ATOM(startOffset, "startOffset") michael@0: HTML5_ATOM(scrolldelay, "scrolldelay") michael@0: HTML5_ATOM(xmlns_xlink, "xmlns:xlink") michael@0: HTML5_ATOM(xlink_title, "xlink:title") michael@0: HTML5_ATOM(aria_invalid, "aria-invalid") michael@0: HTML5_ATOM(aria_pressed, "aria-pressed") michael@0: HTML5_ATOM(aria_checked, "aria-checked") michael@0: HTML5_ATOM(autocomplete, "autocomplete") michael@0: HTML5_ATOM(aria_setsize, "aria-setsize") michael@0: HTML5_ATOM(aria_channel, "aria-channel") michael@0: HTML5_ATOM(equalcolumns, "equalcolumns") michael@0: HTML5_ATOM(displaystyle, "displaystyle") michael@0: HTML5_ATOM(dataformatas, "dataformatas") michael@0: HTML5_ATOM(fill_opacity, "fill-opacity") michael@0: HTML5_ATOM(font_variant, "font-variant") michael@0: HTML5_ATOM(font_stretch, "font-stretch") michael@0: HTML5_ATOM(framespacing, "framespacing") michael@0: HTML5_ATOM(kernelmatrix, "kernelmatrix") michael@0: HTML5_ATOM(kernelMatrix, "kernelMatrix") michael@0: HTML5_ATOM(ondeactivate, "ondeactivate") michael@0: HTML5_ATOM(onrowsdelete, "onrowsdelete") michael@0: HTML5_ATOM(onmouseleave, "onmouseleave") michael@0: HTML5_ATOM(onformchange, "onformchange") michael@0: HTML5_ATOM(oncellchange, "oncellchange") michael@0: HTML5_ATOM(onmousewheel, "onmousewheel") michael@0: HTML5_ATOM(onmouseenter, "onmouseenter") michael@0: HTML5_ATOM(onafterprint, "onafterprint") michael@0: HTML5_ATOM(onbeforecopy, "onbeforecopy") michael@0: HTML5_ATOM(marginheight, "marginheight") michael@0: HTML5_ATOM(markerheight, "markerheight") michael@0: HTML5_ATOM(markerHeight, "markerHeight") michael@0: HTML5_ATOM(marker_start, "marker-start") michael@0: HTML5_ATOM(mathematical, "mathematical") michael@0: HTML5_ATOM(lengthadjust, "lengthadjust") michael@0: HTML5_ATOM(lengthAdjust, "lengthAdjust") michael@0: HTML5_ATOM(unselectable, "unselectable") michael@0: HTML5_ATOM(unicode_bidi, "unicode-bidi") michael@0: HTML5_ATOM(units_per_em, "units-per-em") michael@0: HTML5_ATOM(word_spacing, "word-spacing") michael@0: HTML5_ATOM(writing_mode, "writing-mode") michael@0: HTML5_ATOM(v_alphabetic, "v-alphabetic") michael@0: HTML5_ATOM(patternunits, "patternunits") michael@0: HTML5_ATOM(patternUnits, "patternUnits") michael@0: HTML5_ATOM(spreadmethod, "spreadmethod") michael@0: HTML5_ATOM(spreadMethod, "spreadMethod") michael@0: HTML5_ATOM(surfacescale, "surfacescale") michael@0: HTML5_ATOM(surfaceScale, "surfaceScale") michael@0: HTML5_ATOM(stroke_width, "stroke-width") michael@0: HTML5_ATOM(repeat_start, "repeat-start") michael@0: HTML5_ATOM(stddeviation, "stddeviation") michael@0: HTML5_ATOM(stdDeviation, "stdDeviation") michael@0: HTML5_ATOM(stop_opacity, "stop-opacity") michael@0: HTML5_ATOM(aria_controls, "aria-controls") michael@0: HTML5_ATOM(aria_haspopup, "aria-haspopup") michael@0: HTML5_ATOM(accent_height, "accent-height") michael@0: HTML5_ATOM(aria_valuenow, "aria-valuenow") michael@0: HTML5_ATOM(aria_relevant, "aria-relevant") michael@0: HTML5_ATOM(aria_posinset, "aria-posinset") michael@0: HTML5_ATOM(aria_valuemax, "aria-valuemax") michael@0: HTML5_ATOM(aria_readonly, "aria-readonly") michael@0: HTML5_ATOM(aria_selected, "aria-selected") michael@0: HTML5_ATOM(aria_required, "aria-required") michael@0: HTML5_ATOM(aria_expanded, "aria-expanded") michael@0: HTML5_ATOM(aria_disabled, "aria-disabled") michael@0: HTML5_ATOM(attributetype, "attributetype") michael@0: HTML5_ATOM(attributeType, "attributeType") michael@0: HTML5_ATOM(attributename, "attributename") michael@0: HTML5_ATOM(attributeName, "attributeName") michael@0: HTML5_ATOM(aria_datatype, "aria-datatype") michael@0: HTML5_ATOM(aria_valuemin, "aria-valuemin") michael@0: HTML5_ATOM(basefrequency, "basefrequency") michael@0: HTML5_ATOM(baseFrequency, "baseFrequency") michael@0: HTML5_ATOM(columnspacing, "columnspacing") michael@0: HTML5_ATOM(color_profile, "color-profile") michael@0: HTML5_ATOM(clippathunits, "clippathunits") michael@0: HTML5_ATOM(clipPathUnits, "clipPathUnits") michael@0: HTML5_ATOM(definitionurl, "definitionurl") michael@0: HTML5_ATOM(definitionURL, "definitionURL") michael@0: HTML5_ATOM(gradientunits, "gradientunits") michael@0: HTML5_ATOM(gradientUnits, "gradientUnits") michael@0: HTML5_ATOM(flood_opacity, "flood-opacity") michael@0: HTML5_ATOM(onafterupdate, "onafterupdate") michael@0: HTML5_ATOM(onerrorupdate, "onerrorupdate") michael@0: HTML5_ATOM(onbeforepaste, "onbeforepaste") michael@0: HTML5_ATOM(onlosecapture, "onlosecapture") michael@0: HTML5_ATOM(oncontextmenu, "oncontextmenu") michael@0: HTML5_ATOM(onselectstart, "onselectstart") michael@0: HTML5_ATOM(onbeforeprint, "onbeforeprint") michael@0: HTML5_ATOM(movablelimits, "movablelimits") michael@0: HTML5_ATOM(linethickness, "linethickness") michael@0: HTML5_ATOM(unicode_range, "unicode-range") michael@0: HTML5_ATOM(thinmathspace, "thinmathspace") michael@0: HTML5_ATOM(vert_origin_x, "vert-origin-x") michael@0: HTML5_ATOM(vert_origin_y, "vert-origin-y") michael@0: HTML5_ATOM(v_ideographic, "v-ideographic") michael@0: HTML5_ATOM(preservealpha, "preservealpha") michael@0: HTML5_ATOM(preserveAlpha, "preserveAlpha") michael@0: HTML5_ATOM(scriptminsize, "scriptminsize") michael@0: HTML5_ATOM(specification, "specification") michael@0: HTML5_ATOM(xlink_actuate, "xlink:actuate") michael@0: HTML5_ATOM(actuate, "actuate") michael@0: HTML5_ATOM(xlink_arcrole, "xlink:arcrole") michael@0: HTML5_ATOM(arcrole, "arcrole") michael@0: HTML5_ATOM(accept_charset, "accept-charset") michael@0: HTML5_ATOM(alignmentscope, "alignmentscope") michael@0: HTML5_ATOM(aria_multiline, "aria-multiline") michael@0: HTML5_ATOM(baseline_shift, "baseline-shift") michael@0: HTML5_ATOM(horiz_origin_x, "horiz-origin-x") michael@0: HTML5_ATOM(horiz_origin_y, "horiz-origin-y") michael@0: HTML5_ATOM(onbeforeupdate, "onbeforeupdate") michael@0: HTML5_ATOM(onfilterchange, "onfilterchange") michael@0: HTML5_ATOM(onrowsinserted, "onrowsinserted") michael@0: HTML5_ATOM(onbeforeunload, "onbeforeunload") michael@0: HTML5_ATOM(mathbackground, "mathbackground") michael@0: HTML5_ATOM(letter_spacing, "letter-spacing") michael@0: HTML5_ATOM(lighting_color, "lighting-color") michael@0: HTML5_ATOM(thickmathspace, "thickmathspace") michael@0: HTML5_ATOM(text_rendering, "text-rendering") michael@0: HTML5_ATOM(v_mathematical, "v-mathematical") michael@0: HTML5_ATOM(pointer_events, "pointer-events") michael@0: HTML5_ATOM(primitiveunits, "primitiveunits") michael@0: HTML5_ATOM(primitiveUnits, "primitiveUnits") michael@0: HTML5_ATOM(systemlanguage, "systemlanguage") michael@0: HTML5_ATOM(systemLanguage, "systemLanguage") michael@0: HTML5_ATOM(stroke_linecap, "stroke-linecap") michael@0: HTML5_ATOM(subscriptshift, "subscriptshift") michael@0: HTML5_ATOM(stroke_opacity, "stroke-opacity") michael@0: HTML5_ATOM(aria_dropeffect, "aria-dropeffect") michael@0: HTML5_ATOM(aria_labelledby, "aria-labelledby") michael@0: HTML5_ATOM(aria_templateid, "aria-templateid") michael@0: HTML5_ATOM(color_rendering, "color-rendering") michael@0: HTML5_ATOM(contenteditable, "contenteditable") michael@0: HTML5_ATOM(diffuseconstant, "diffuseconstant") michael@0: HTML5_ATOM(diffuseConstant, "diffuseConstant") michael@0: HTML5_ATOM(ondataavailable, "ondataavailable") michael@0: HTML5_ATOM(oncontrolselect, "oncontrolselect") michael@0: HTML5_ATOM(image_rendering, "image-rendering") michael@0: HTML5_ATOM(mediummathspace, "mediummathspace") michael@0: HTML5_ATOM(text_decoration, "text-decoration") michael@0: HTML5_ATOM(shape_rendering, "shape-rendering") michael@0: HTML5_ATOM(stroke_linejoin, "stroke-linejoin") michael@0: HTML5_ATOM(repeat_template, "repeat-template") michael@0: HTML5_ATOM(aria_describedby, "aria-describedby") michael@0: HTML5_ATOM(contentstyletype, "contentstyletype") michael@0: HTML5_ATOM(contentStyleType, "contentStyleType") michael@0: HTML5_ATOM(font_size_adjust, "font-size-adjust") michael@0: HTML5_ATOM(kernelunitlength, "kernelunitlength") michael@0: HTML5_ATOM(kernelUnitLength, "kernelUnitLength") michael@0: HTML5_ATOM(onbeforeactivate, "onbeforeactivate") michael@0: HTML5_ATOM(onpropertychange, "onpropertychange") michael@0: HTML5_ATOM(ondatasetchanged, "ondatasetchanged") michael@0: HTML5_ATOM(maskcontentunits, "maskcontentunits") michael@0: HTML5_ATOM(maskContentUnits, "maskContentUnits") michael@0: HTML5_ATOM(patterntransform, "patterntransform") michael@0: HTML5_ATOM(patternTransform, "patternTransform") michael@0: HTML5_ATOM(requiredfeatures, "requiredfeatures") michael@0: HTML5_ATOM(requiredFeatures, "requiredFeatures") michael@0: HTML5_ATOM(rendering_intent, "rendering-intent") michael@0: HTML5_ATOM(specularexponent, "specularexponent") michael@0: HTML5_ATOM(specularExponent, "specularExponent") michael@0: HTML5_ATOM(specularconstant, "specularconstant") michael@0: HTML5_ATOM(specularConstant, "specularConstant") michael@0: HTML5_ATOM(superscriptshift, "superscriptshift") michael@0: HTML5_ATOM(stroke_dasharray, "stroke-dasharray") michael@0: HTML5_ATOM(xchannelselector, "xchannelselector") michael@0: HTML5_ATOM(xChannelSelector, "xChannelSelector") michael@0: HTML5_ATOM(ychannelselector, "ychannelselector") michael@0: HTML5_ATOM(yChannelSelector, "yChannelSelector") michael@0: HTML5_ATOM(aria_autocomplete, "aria-autocomplete") michael@0: HTML5_ATOM(contentscripttype, "contentscripttype") michael@0: HTML5_ATOM(contentScriptType, "contentScriptType") michael@0: HTML5_ATOM(enable_background, "enable-background") michael@0: HTML5_ATOM(dominant_baseline, "dominant-baseline") michael@0: HTML5_ATOM(gradienttransform, "gradienttransform") michael@0: HTML5_ATOM(gradientTransform, "gradientTransform") michael@0: HTML5_ATOM(onbefordeactivate, "onbefordeactivate") michael@0: HTML5_ATOM(ondatasetcomplete, "ondatasetcomplete") michael@0: HTML5_ATOM(overline_position, "overline-position") michael@0: HTML5_ATOM(onbeforeeditfocus, "onbeforeeditfocus") michael@0: HTML5_ATOM(limitingconeangle, "limitingconeangle") michael@0: HTML5_ATOM(limitingConeAngle, "limitingConeAngle") michael@0: HTML5_ATOM(verythinmathspace, "verythinmathspace") michael@0: HTML5_ATOM(stroke_dashoffset, "stroke-dashoffset") michael@0: HTML5_ATOM(stroke_miterlimit, "stroke-miterlimit") michael@0: HTML5_ATOM(alignment_baseline, "alignment-baseline") michael@0: HTML5_ATOM(onreadystatechange, "onreadystatechange") michael@0: HTML5_ATOM(overline_thickness, "overline-thickness") michael@0: HTML5_ATOM(underline_position, "underline-position") michael@0: HTML5_ATOM(verythickmathspace, "verythickmathspace") michael@0: HTML5_ATOM(requiredextensions, "requiredextensions") michael@0: HTML5_ATOM(requiredExtensions, "requiredExtensions") michael@0: HTML5_ATOM(color_interpolation, "color-interpolation") michael@0: HTML5_ATOM(underline_thickness, "underline-thickness") michael@0: HTML5_ATOM(preserveaspectratio, "preserveaspectratio") michael@0: HTML5_ATOM(preserveAspectRatio, "preserveAspectRatio") michael@0: HTML5_ATOM(patterncontentunits, "patterncontentunits") michael@0: HTML5_ATOM(patternContentUnits, "patternContentUnits") michael@0: HTML5_ATOM(aria_multiselectable, "aria-multiselectable") michael@0: HTML5_ATOM(scriptsizemultiplier, "scriptsizemultiplier") michael@0: HTML5_ATOM(aria_activedescendant, "aria-activedescendant") michael@0: HTML5_ATOM(veryverythinmathspace, "veryverythinmathspace") michael@0: HTML5_ATOM(veryverythickmathspace, "veryverythickmathspace") michael@0: HTML5_ATOM(strikethrough_position, "strikethrough-position") michael@0: HTML5_ATOM(strikethrough_thickness, "strikethrough-thickness") michael@0: HTML5_ATOM(externalresourcesrequired, "externalresourcesrequired") michael@0: HTML5_ATOM(externalResourcesRequired, "externalResourcesRequired") michael@0: HTML5_ATOM(glyph_orientation_vertical, "glyph-orientation-vertical") michael@0: HTML5_ATOM(color_interpolation_filters, "color-interpolation-filters") michael@0: HTML5_ATOM(glyph_orientation_horizontal, "glyph-orientation-horizontal") michael@0: HTML5_ATOM(b, "b") michael@0: HTML5_ATOM(g, "g") michael@0: HTML5_ATOM(i, "i") michael@0: HTML5_ATOM(q, "q") michael@0: HTML5_ATOM(s, "s") michael@0: HTML5_ATOM(u, "u") michael@0: HTML5_ATOM(br, "br") michael@0: HTML5_ATOM(ci, "ci") michael@0: HTML5_ATOM(cn, "cn") michael@0: HTML5_ATOM(dd, "dd") michael@0: HTML5_ATOM(dl, "dl") michael@0: HTML5_ATOM(dt, "dt") michael@0: HTML5_ATOM(em, "em") michael@0: HTML5_ATOM(eq, "eq") michael@0: HTML5_ATOM(fn, "fn") michael@0: HTML5_ATOM(h1, "h1") michael@0: HTML5_ATOM(h2, "h2") michael@0: HTML5_ATOM(h3, "h3") michael@0: HTML5_ATOM(h4, "h4") michael@0: HTML5_ATOM(h5, "h5") michael@0: HTML5_ATOM(h6, "h6") michael@0: HTML5_ATOM(gt, "gt") michael@0: HTML5_ATOM(hr, "hr") michael@0: HTML5_ATOM(li, "li") michael@0: HTML5_ATOM(ln, "ln") michael@0: HTML5_ATOM(lt, "lt") michael@0: HTML5_ATOM(mi, "mi") michael@0: HTML5_ATOM(mn, "mn") michael@0: HTML5_ATOM(mo, "mo") michael@0: HTML5_ATOM(ms, "ms") michael@0: HTML5_ATOM(or_, "or") michael@0: HTML5_ATOM(pi, "pi") michael@0: HTML5_ATOM(rp, "rp") michael@0: HTML5_ATOM(tt, "tt") michael@0: HTML5_ATOM(and_, "and") michael@0: HTML5_ATOM(arg, "arg") michael@0: HTML5_ATOM(abs, "abs") michael@0: HTML5_ATOM(big, "big") michael@0: HTML5_ATOM(bdo, "bdo") michael@0: HTML5_ATOM(csc, "csc") michael@0: HTML5_ATOM(col, "col") michael@0: HTML5_ATOM(cos, "cos") michael@0: HTML5_ATOM(cot, "cot") michael@0: HTML5_ATOM(del, "del") michael@0: HTML5_ATOM(dfn, "dfn") michael@0: HTML5_ATOM(exp, "exp") michael@0: HTML5_ATOM(gcd, "gcd") michael@0: HTML5_ATOM(geq, "geq") michael@0: HTML5_ATOM(img, "img") michael@0: HTML5_ATOM(ins, "ins") michael@0: HTML5_ATOM(int_, "int") michael@0: HTML5_ATOM(kbd, "kbd") michael@0: HTML5_ATOM(log, "log") michael@0: HTML5_ATOM(lcm, "lcm") michael@0: HTML5_ATOM(leq, "leq") michael@0: HTML5_ATOM(mtd, "mtd") michael@0: HTML5_ATOM(map, "map") michael@0: HTML5_ATOM(mtr, "mtr") michael@0: HTML5_ATOM(neq, "neq") michael@0: HTML5_ATOM(not_, "not") michael@0: HTML5_ATOM(nav, "nav") michael@0: HTML5_ATOM(pre, "pre") michael@0: HTML5_ATOM(rem, "rem") michael@0: HTML5_ATOM(sub, "sub") michael@0: HTML5_ATOM(sec, "sec") michael@0: HTML5_ATOM(sum, "sum") michael@0: HTML5_ATOM(sin, "sin") michael@0: HTML5_ATOM(sep, "sep") michael@0: HTML5_ATOM(sup, "sup") michael@0: HTML5_ATOM(set, "set") michael@0: HTML5_ATOM(tan, "tan") michael@0: HTML5_ATOM(use, "use") michael@0: HTML5_ATOM(var, "var") michael@0: HTML5_ATOM(wbr, "wbr") michael@0: HTML5_ATOM(xor_, "xor") michael@0: HTML5_ATOM(area, "area") michael@0: HTML5_ATOM(bvar, "bvar") michael@0: HTML5_ATOM(card, "card") michael@0: HTML5_ATOM(csch, "csch") michael@0: HTML5_ATOM(cosh, "cosh") michael@0: HTML5_ATOM(coth, "coth") michael@0: HTML5_ATOM(curl, "curl") michael@0: HTML5_ATOM(desc, "desc") michael@0: HTML5_ATOM(diff, "diff") michael@0: HTML5_ATOM(defs, "defs") michael@0: HTML5_ATOM(font, "font") michael@0: HTML5_ATOM(grad, "grad") michael@0: HTML5_ATOM(line, "line") michael@0: HTML5_ATOM(meta, "meta") michael@0: HTML5_ATOM(msub, "msub") michael@0: HTML5_ATOM(math, "math") michael@0: HTML5_ATOM(mark, "mark") michael@0: HTML5_ATOM(mean, "mean") michael@0: HTML5_ATOM(main, "main") michael@0: HTML5_ATOM(msup, "msup") michael@0: HTML5_ATOM(menu, "menu") michael@0: HTML5_ATOM(mrow, "mrow") michael@0: HTML5_ATOM(none, "none") michael@0: HTML5_ATOM(nest, "nest") michael@0: HTML5_ATOM(plus, "plus") michael@0: HTML5_ATOM(rule, "rule") michael@0: HTML5_ATOM(real, "real") michael@0: HTML5_ATOM(reln, "reln") michael@0: HTML5_ATOM(rect, "rect") michael@0: HTML5_ATOM(root, "root") michael@0: HTML5_ATOM(sech, "sech") michael@0: HTML5_ATOM(sinh, "sinh") michael@0: HTML5_ATOM(samp, "samp") michael@0: HTML5_ATOM(stop, "stop") michael@0: HTML5_ATOM(sdev, "sdev") michael@0: HTML5_ATOM(time, "time") michael@0: HTML5_ATOM(true_, "true") michael@0: HTML5_ATOM(tref, "tref") michael@0: HTML5_ATOM(tanh, "tanh") michael@0: HTML5_ATOM(view, "view") michael@0: HTML5_ATOM(aside, "aside") michael@0: HTML5_ATOM(audio, "audio") michael@0: HTML5_ATOM(apply, "apply") michael@0: HTML5_ATOM(embed, "embed") michael@0: HTML5_ATOM(false_, "false") michael@0: HTML5_ATOM(floor, "floor") michael@0: HTML5_ATOM(glyph, "glyph") michael@0: HTML5_ATOM(hkern, "hkern") michael@0: HTML5_ATOM(image, "image") michael@0: HTML5_ATOM(ident, "ident") michael@0: HTML5_ATOM(limit, "limit") michael@0: HTML5_ATOM(mfrac, "mfrac") michael@0: HTML5_ATOM(mpath, "mpath") michael@0: HTML5_ATOM(meter, "meter") michael@0: HTML5_ATOM(mover, "mover") michael@0: HTML5_ATOM(minus, "minus") michael@0: HTML5_ATOM(mroot, "mroot") michael@0: HTML5_ATOM(msqrt, "msqrt") michael@0: HTML5_ATOM(mtext, "mtext") michael@0: HTML5_ATOM(notin, "notin") michael@0: HTML5_ATOM(piece, "piece") michael@0: HTML5_ATOM(param, "param") michael@0: HTML5_ATOM(power, "power") michael@0: HTML5_ATOM(reals, "reals") michael@0: HTML5_ATOM(small_, "small") michael@0: HTML5_ATOM(track, "track") michael@0: HTML5_ATOM(tspan, "tspan") michael@0: HTML5_ATOM(times, "times") michael@0: HTML5_ATOM(union_, "union") michael@0: HTML5_ATOM(vkern, "vkern") michael@0: HTML5_ATOM(video, "video") michael@0: HTML5_ATOM(arcsec, "arcsec") michael@0: HTML5_ATOM(arccsc, "arccsc") michael@0: HTML5_ATOM(arctan, "arctan") michael@0: HTML5_ATOM(arcsin, "arcsin") michael@0: HTML5_ATOM(arccos, "arccos") michael@0: HTML5_ATOM(applet, "applet") michael@0: HTML5_ATOM(arccot, "arccot") michael@0: HTML5_ATOM(approx, "approx") michael@0: HTML5_ATOM(circle, "circle") michael@0: HTML5_ATOM(center, "center") michael@0: HTML5_ATOM(canvas, "canvas") michael@0: HTML5_ATOM(divide, "divide") michael@0: HTML5_ATOM(degree, "degree") michael@0: HTML5_ATOM(domain, "domain") michael@0: HTML5_ATOM(exists, "exists") michael@0: HTML5_ATOM(fetile, "fetile") michael@0: HTML5_ATOM(feTile, "feTile") michael@0: HTML5_ATOM(figure, "figure") michael@0: HTML5_ATOM(forall, "forall") michael@0: HTML5_ATOM(footer, "footer") michael@0: HTML5_ATOM(hgroup, "hgroup") michael@0: HTML5_ATOM(header, "header") michael@0: HTML5_ATOM(keygen, "keygen") michael@0: HTML5_ATOM(lambda, "lambda") michael@0: HTML5_ATOM(legend, "legend") michael@0: HTML5_ATOM(mspace, "mspace") michael@0: HTML5_ATOM(mtable, "mtable") michael@0: HTML5_ATOM(mstyle, "mstyle") michael@0: HTML5_ATOM(mglyph, "mglyph") michael@0: HTML5_ATOM(median, "median") michael@0: HTML5_ATOM(munder, "munder") michael@0: HTML5_ATOM(marker, "marker") michael@0: HTML5_ATOM(merror, "merror") michael@0: HTML5_ATOM(moment, "moment") michael@0: HTML5_ATOM(matrix, "matrix") michael@0: HTML5_ATOM(output, "output") michael@0: HTML5_ATOM(primes, "primes") michael@0: HTML5_ATOM(source, "source") michael@0: HTML5_ATOM(strike, "strike") michael@0: HTML5_ATOM(strong, "strong") michael@0: HTML5_ATOM(switch_, "switch") michael@0: HTML5_ATOM(symbol, "symbol") michael@0: HTML5_ATOM(subset, "subset") michael@0: HTML5_ATOM(tbreak, "tbreak") michael@0: HTML5_ATOM(vector, "vector") michael@0: HTML5_ATOM(article, "article") michael@0: HTML5_ATOM(animate, "animate") michael@0: HTML5_ATOM(arcsech, "arcsech") michael@0: HTML5_ATOM(arccsch, "arccsch") michael@0: HTML5_ATOM(arctanh, "arctanh") michael@0: HTML5_ATOM(arcsinh, "arcsinh") michael@0: HTML5_ATOM(arccosh, "arccosh") michael@0: HTML5_ATOM(arccoth, "arccoth") michael@0: HTML5_ATOM(acronym, "acronym") michael@0: HTML5_ATOM(bgsound, "bgsound") michael@0: HTML5_ATOM(compose, "compose") michael@0: HTML5_ATOM(ceiling, "ceiling") michael@0: HTML5_ATOM(csymbol, "csymbol") michael@0: HTML5_ATOM(discard, "discard") michael@0: HTML5_ATOM(details, "details") michael@0: HTML5_ATOM(ellipse, "ellipse") michael@0: HTML5_ATOM(fefunca, "fefunca") michael@0: HTML5_ATOM(feFuncA, "feFuncA") michael@0: HTML5_ATOM(fefuncb, "fefuncb") michael@0: HTML5_ATOM(feFuncB, "feFuncB") michael@0: HTML5_ATOM(feblend, "feblend") michael@0: HTML5_ATOM(feBlend, "feBlend") michael@0: HTML5_ATOM(feflood, "feflood") michael@0: HTML5_ATOM(feFlood, "feFlood") michael@0: HTML5_ATOM(feimage, "feimage") michael@0: HTML5_ATOM(feImage, "feImage") michael@0: HTML5_ATOM(femerge, "femerge") michael@0: HTML5_ATOM(feMerge, "feMerge") michael@0: HTML5_ATOM(fefuncg, "fefuncg") michael@0: HTML5_ATOM(feFuncG, "feFuncG") michael@0: HTML5_ATOM(fefuncr, "fefuncr") michael@0: HTML5_ATOM(feFuncR, "feFuncR") michael@0: HTML5_ATOM(handler, "handler") michael@0: HTML5_ATOM(inverse, "inverse") michael@0: HTML5_ATOM(implies, "implies") michael@0: HTML5_ATOM(isindex, "isindex") michael@0: HTML5_ATOM(logbase, "logbase") michael@0: HTML5_ATOM(listing, "listing") michael@0: HTML5_ATOM(mfenced, "mfenced") michael@0: HTML5_ATOM(mpadded, "mpadded") michael@0: HTML5_ATOM(marquee, "marquee") michael@0: HTML5_ATOM(maction, "maction") michael@0: HTML5_ATOM(msubsup, "msubsup") michael@0: HTML5_ATOM(polygon, "polygon") michael@0: HTML5_ATOM(product, "product") michael@0: HTML5_ATOM(setdiff, "setdiff") michael@0: HTML5_ATOM(section, "section") michael@0: HTML5_ATOM(tendsto, "tendsto") michael@0: HTML5_ATOM(uplimit, "uplimit") michael@0: HTML5_ATOM(altglyph, "altglyph") michael@0: HTML5_ATOM(altGlyph, "altGlyph") michael@0: HTML5_ATOM(basefont, "basefont") michael@0: HTML5_ATOM(clippath, "clippath") michael@0: HTML5_ATOM(clipPath, "clipPath") michael@0: HTML5_ATOM(codomain, "codomain") michael@0: HTML5_ATOM(emptyset, "emptyset") michael@0: HTML5_ATOM(factorof, "factorof") michael@0: HTML5_ATOM(fieldset, "fieldset") michael@0: HTML5_ATOM(feoffset, "feoffset") michael@0: HTML5_ATOM(feOffset, "feOffset") michael@0: HTML5_ATOM(interval, "interval") michael@0: HTML5_ATOM(integers, "integers") michael@0: HTML5_ATOM(infinity, "infinity") michael@0: HTML5_ATOM(listener, "listener") michael@0: HTML5_ATOM(lowlimit, "lowlimit") michael@0: HTML5_ATOM(metadata, "metadata") michael@0: HTML5_ATOM(menclose, "menclose") michael@0: HTML5_ATOM(menuitem, "menuitem") michael@0: HTML5_ATOM(mphantom, "mphantom") michael@0: HTML5_ATOM(polyline, "polyline") michael@0: HTML5_ATOM(prefetch, "prefetch") michael@0: HTML5_ATOM(progress, "progress") michael@0: HTML5_ATOM(prsubset, "prsubset") michael@0: HTML5_ATOM(quotient, "quotient") michael@0: HTML5_ATOM(selector, "selector") michael@0: HTML5_ATOM(textpath, "textpath") michael@0: HTML5_ATOM(textPath, "textPath") michael@0: HTML5_ATOM(variance, "variance") michael@0: HTML5_ATOM(animation, "animation") michael@0: HTML5_ATOM(conjugate, "conjugate") michael@0: HTML5_ATOM(condition, "condition") michael@0: HTML5_ATOM(complexes, "complexes") michael@0: HTML5_ATOM(font_face, "font-face") michael@0: HTML5_ATOM(factorial, "factorial") michael@0: HTML5_ATOM(intersect, "intersect") michael@0: HTML5_ATOM(imaginary, "imaginary") michael@0: HTML5_ATOM(laplacian, "laplacian") michael@0: HTML5_ATOM(matrixrow, "matrixrow") michael@0: HTML5_ATOM(notsubset, "notsubset") michael@0: HTML5_ATOM(otherwise, "otherwise") michael@0: HTML5_ATOM(piecewise, "piecewise") michael@0: HTML5_ATOM(rationals, "rationals") michael@0: HTML5_ATOM(semantics, "semantics") michael@0: HTML5_ATOM(transpose, "transpose") michael@0: HTML5_ATOM(annotation, "annotation") michael@0: HTML5_ATOM(blockquote, "blockquote") michael@0: HTML5_ATOM(divergence, "divergence") michael@0: HTML5_ATOM(eulergamma, "eulergamma") michael@0: HTML5_ATOM(equivalent, "equivalent") michael@0: HTML5_ATOM(figcaption, "figcaption") michael@0: HTML5_ATOM(imaginaryi, "imaginaryi") michael@0: HTML5_ATOM(malignmark, "malignmark") michael@0: HTML5_ATOM(munderover, "munderover") michael@0: HTML5_ATOM(mlabeledtr, "mlabeledtr") michael@0: HTML5_ATOM(notanumber, "notanumber") michael@0: HTML5_ATOM(solidcolor, "solidcolor") michael@0: HTML5_ATOM(altglyphdef, "altglyphdef") michael@0: HTML5_ATOM(altGlyphDef, "altGlyphDef") michael@0: HTML5_ATOM(determinant, "determinant") michael@0: HTML5_ATOM(femergenode, "femergenode") michael@0: HTML5_ATOM(feMergeNode, "feMergeNode") michael@0: HTML5_ATOM(fecomposite, "fecomposite") michael@0: HTML5_ATOM(feComposite, "feComposite") michael@0: HTML5_ATOM(fespotlight, "fespotlight") michael@0: HTML5_ATOM(feSpotLight, "feSpotLight") michael@0: HTML5_ATOM(maligngroup, "maligngroup") michael@0: HTML5_ATOM(mprescripts, "mprescripts") michael@0: HTML5_ATOM(momentabout, "momentabout") michael@0: HTML5_ATOM(notprsubset, "notprsubset") michael@0: HTML5_ATOM(partialdiff, "partialdiff") michael@0: HTML5_ATOM(altglyphitem, "altglyphitem") michael@0: HTML5_ATOM(altGlyphItem, "altGlyphItem") michael@0: HTML5_ATOM(animatecolor, "animatecolor") michael@0: HTML5_ATOM(animateColor, "animateColor") michael@0: HTML5_ATOM(datatemplate, "datatemplate") michael@0: HTML5_ATOM(exponentiale, "exponentiale") michael@0: HTML5_ATOM(feturbulence, "feturbulence") michael@0: HTML5_ATOM(feTurbulence, "feTurbulence") michael@0: HTML5_ATOM(fepointlight, "fepointlight") michael@0: HTML5_ATOM(fePointLight, "fePointLight") michael@0: HTML5_ATOM(fedropshadow, "fedropshadow") michael@0: HTML5_ATOM(feDropShadow, "feDropShadow") michael@0: HTML5_ATOM(femorphology, "femorphology") michael@0: HTML5_ATOM(feMorphology, "feMorphology") michael@0: HTML5_ATOM(outerproduct, "outerproduct") michael@0: HTML5_ATOM(animatemotion, "animatemotion") michael@0: HTML5_ATOM(animateMotion, "animateMotion") michael@0: HTML5_ATOM(font_face_src, "font-face-src") michael@0: HTML5_ATOM(font_face_uri, "font-face-uri") michael@0: HTML5_ATOM(foreignobject, "foreignobject") michael@0: HTML5_ATOM(foreignObject, "foreignObject") michael@0: HTML5_ATOM(fecolormatrix, "fecolormatrix") michael@0: HTML5_ATOM(feColorMatrix, "feColorMatrix") michael@0: HTML5_ATOM(missing_glyph, "missing-glyph") michael@0: HTML5_ATOM(mmultiscripts, "mmultiscripts") michael@0: HTML5_ATOM(scalarproduct, "scalarproduct") michael@0: HTML5_ATOM(vectorproduct, "vectorproduct") michael@0: HTML5_ATOM(annotation_xml, "annotation-xml") michael@0: HTML5_ATOM(definition_src, "definition-src") michael@0: HTML5_ATOM(font_face_name, "font-face-name") michael@0: HTML5_ATOM(fegaussianblur, "fegaussianblur") michael@0: HTML5_ATOM(feGaussianBlur, "feGaussianBlur") michael@0: HTML5_ATOM(fedistantlight, "fedistantlight") michael@0: HTML5_ATOM(feDistantLight, "feDistantLight") michael@0: HTML5_ATOM(lineargradient, "lineargradient") michael@0: HTML5_ATOM(linearGradient, "linearGradient") michael@0: HTML5_ATOM(naturalnumbers, "naturalnumbers") michael@0: HTML5_ATOM(radialgradient, "radialgradient") michael@0: HTML5_ATOM(radialGradient, "radialGradient") michael@0: HTML5_ATOM(animatetransform, "animatetransform") michael@0: HTML5_ATOM(animateTransform, "animateTransform") michael@0: HTML5_ATOM(cartesianproduct, "cartesianproduct") michael@0: HTML5_ATOM(font_face_format, "font-face-format") michael@0: HTML5_ATOM(feconvolvematrix, "feconvolvematrix") michael@0: HTML5_ATOM(feConvolveMatrix, "feConvolveMatrix") michael@0: HTML5_ATOM(fediffuselighting, "fediffuselighting") michael@0: HTML5_ATOM(feDiffuseLighting, "feDiffuseLighting") michael@0: HTML5_ATOM(fedisplacementmap, "fedisplacementmap") michael@0: HTML5_ATOM(feDisplacementMap, "feDisplacementMap") michael@0: HTML5_ATOM(fespecularlighting, "fespecularlighting") michael@0: HTML5_ATOM(feSpecularLighting, "feSpecularLighting") michael@0: HTML5_ATOM(domainofapplication, "domainofapplication") michael@0: HTML5_ATOM(fecomponenttransfer, "fecomponenttransfer") michael@0: HTML5_ATOM(feComponentTransfer, "feComponentTransfer")