mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Bug 1358037 - Inline the methods of nsHtml5ElementName and nsHtml5AttributeName.
HTML Regen. Tag UXP Issue #1344
This commit is contained in:
parent
39b7466633
commit
f4b7430967
18 changed files with 2256 additions and 2048 deletions
|
|
@ -20,58 +20,6 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
HTML5_ATOM(emptystring, "")
|
||||
HTML5_ATOM(title, "title")
|
||||
HTML5_ATOM(desc, "desc")
|
||||
HTML5_ATOM(foreignObject, "foreignObject")
|
||||
HTML5_ATOM(mi, "mi")
|
||||
HTML5_ATOM(mo, "mo")
|
||||
HTML5_ATOM(mn, "mn")
|
||||
HTML5_ATOM(ms, "ms")
|
||||
HTML5_ATOM(mtext, "mtext")
|
||||
HTML5_ATOM(annotation_xml, "annotation-xml")
|
||||
HTML5_ATOM(template_, "template")
|
||||
HTML5_ATOM(textarea, "textarea")
|
||||
HTML5_ATOM(style, "style")
|
||||
HTML5_ATOM(xmp, "xmp")
|
||||
HTML5_ATOM(iframe, "iframe")
|
||||
HTML5_ATOM(noembed, "noembed")
|
||||
HTML5_ATOM(noframes, "noframes")
|
||||
HTML5_ATOM(noscript, "noscript")
|
||||
HTML5_ATOM(plaintext, "plaintext")
|
||||
HTML5_ATOM(script, "script")
|
||||
HTML5_ATOM(svg, "svg")
|
||||
HTML5_ATOM(table, "table")
|
||||
HTML5_ATOM(caption, "caption")
|
||||
HTML5_ATOM(p, "p")
|
||||
HTML5_ATOM(address, "address")
|
||||
HTML5_ATOM(div, "div")
|
||||
HTML5_ATOM(a, "a")
|
||||
HTML5_ATOM(nobr, "nobr")
|
||||
HTML5_ATOM(name, "name")
|
||||
HTML5_ATOM(prompt, "prompt")
|
||||
HTML5_ATOM(action, "action")
|
||||
HTML5_ATOM(input, "input")
|
||||
HTML5_ATOM(option, "option")
|
||||
HTML5_ATOM(ruby, "ruby")
|
||||
HTML5_ATOM(rtc, "rtc")
|
||||
HTML5_ATOM(select, "select")
|
||||
HTML5_ATOM(optgroup, "optgroup")
|
||||
HTML5_ATOM(tbody, "tbody")
|
||||
HTML5_ATOM(tfoot, "tfoot")
|
||||
HTML5_ATOM(thead, "thead")
|
||||
HTML5_ATOM(frameset, "frameset")
|
||||
HTML5_ATOM(button, "button")
|
||||
HTML5_ATOM(ul, "ul")
|
||||
HTML5_ATOM(ol, "ol")
|
||||
HTML5_ATOM(html, "html")
|
||||
HTML5_ATOM(td, "td")
|
||||
HTML5_ATOM(th, "th")
|
||||
HTML5_ATOM(tr, "tr")
|
||||
HTML5_ATOM(colgroup, "colgroup")
|
||||
HTML5_ATOM(head, "head")
|
||||
HTML5_ATOM(body, "body")
|
||||
HTML5_ATOM(form, "form")
|
||||
HTML5_ATOM(xmlns, "xmlns")
|
||||
HTML5_ATOM(xlink, "xlink")
|
||||
HTML5_ATOM(xml, "xml")
|
||||
|
|
@ -252,6 +200,7 @@ HTML5_ATOM(linebreak, "linebreak")
|
|||
HTML5_ATOM(label, "label")
|
||||
HTML5_ATOM(linethickness, "linethickness")
|
||||
HTML5_ATOM(mode, "mode")
|
||||
HTML5_ATOM(name, "name")
|
||||
HTML5_ATOM(noresize, "noresize")
|
||||
HTML5_ATOM(onbeforeunload, "onbeforeunload")
|
||||
HTML5_ATOM(onrepeat, "onrepeat")
|
||||
|
|
@ -357,6 +306,7 @@ HTML5_ATOM(pathLength, "pathLength")
|
|||
HTML5_ATOM(path, "path")
|
||||
HTML5_ATOM(altimg, "altimg")
|
||||
HTML5_ATOM(actiontype, "actiontype")
|
||||
HTML5_ATOM(action, "action")
|
||||
HTML5_ATOM(active, "active")
|
||||
HTML5_ATOM(additive, "additive")
|
||||
HTML5_ATOM(begin, "begin")
|
||||
|
|
@ -415,8 +365,10 @@ HTML5_ATOM(onblur, "onblur")
|
|||
HTML5_ATOM(replace, "replace")
|
||||
HTML5_ATOM(rowlines, "rowlines")
|
||||
HTML5_ATOM(scale, "scale")
|
||||
HTML5_ATOM(style, "style")
|
||||
HTML5_ATOM(tablevalues, "tablevalues")
|
||||
HTML5_ATOM(tableValues, "tableValues")
|
||||
HTML5_ATOM(title, "title")
|
||||
HTML5_ATOM(v_alphabetic, "v-alphabetic")
|
||||
HTML5_ATOM(azimuth, "azimuth")
|
||||
HTML5_ATOM(format, "format")
|
||||
|
|
@ -424,6 +376,8 @@ HTML5_ATOM(frameborder, "frameborder")
|
|||
HTML5_ATOM(frame, "frame")
|
||||
HTML5_ATOM(framespacing, "framespacing")
|
||||
HTML5_ATOM(from, "from")
|
||||
HTML5_ATOM(form, "form")
|
||||
HTML5_ATOM(prompt, "prompt")
|
||||
HTML5_ATOM(primitiveunits, "primitiveunits")
|
||||
HTML5_ATOM(primitiveUnits, "primitiveUnits")
|
||||
HTML5_ATOM(symmetric, "symmetric")
|
||||
|
|
@ -557,6 +511,7 @@ HTML5_ATOM(shape, "shape")
|
|||
HTML5_ATOM(slope, "slope")
|
||||
HTML5_ATOM(stop_color, "stop-color")
|
||||
HTML5_ATOM(stop_opacity, "stop-opacity")
|
||||
HTML5_ATOM(template_, "template")
|
||||
HTML5_ATOM(wrap, "wrap")
|
||||
HTML5_ATOM(abbr, "abbr")
|
||||
HTML5_ATOM(attributename, "attributename")
|
||||
|
|
@ -725,6 +680,7 @@ HTML5_ATOM(cos, "cos")
|
|||
HTML5_ATOM(cot, "cot")
|
||||
HTML5_ATOM(del, "del")
|
||||
HTML5_ATOM(dfn, "dfn")
|
||||
HTML5_ATOM(div, "div")
|
||||
HTML5_ATOM(exp, "exp")
|
||||
HTML5_ATOM(gcd, "gcd")
|
||||
HTML5_ATOM(geq, "geq")
|
||||
|
|
@ -742,10 +698,13 @@ HTML5_ATOM(neq, "neq")
|
|||
HTML5_ATOM(not_, "not")
|
||||
HTML5_ATOM(nav, "nav")
|
||||
HTML5_ATOM(pre, "pre")
|
||||
HTML5_ATOM(a, "a")
|
||||
HTML5_ATOM(b, "b")
|
||||
HTML5_ATOM(rtc, "rtc")
|
||||
HTML5_ATOM(rem, "rem")
|
||||
HTML5_ATOM(sub, "sub")
|
||||
HTML5_ATOM(sec, "sec")
|
||||
HTML5_ATOM(svg, "svg")
|
||||
HTML5_ATOM(sum, "sum")
|
||||
HTML5_ATOM(sin, "sin")
|
||||
HTML5_ATOM(sep, "sep")
|
||||
|
|
@ -756,8 +715,10 @@ HTML5_ATOM(use, "use")
|
|||
HTML5_ATOM(var, "var")
|
||||
HTML5_ATOM(g, "g")
|
||||
HTML5_ATOM(wbr, "wbr")
|
||||
HTML5_ATOM(xmp, "xmp")
|
||||
HTML5_ATOM(xor_, "xor")
|
||||
HTML5_ATOM(i, "i")
|
||||
HTML5_ATOM(p, "p")
|
||||
HTML5_ATOM(q, "q")
|
||||
HTML5_ATOM(s, "s")
|
||||
HTML5_ATOM(u, "u")
|
||||
|
|
@ -774,6 +735,7 @@ HTML5_ATOM(feFuncA, "feFuncA")
|
|||
HTML5_ATOM(lambda, "lambda")
|
||||
HTML5_ATOM(metadata, "metadata")
|
||||
HTML5_ATOM(meta, "meta")
|
||||
HTML5_ATOM(textarea, "textarea")
|
||||
HTML5_ATOM(fefuncb, "fefuncb")
|
||||
HTML5_ATOM(feFuncB, "feFuncB")
|
||||
HTML5_ATOM(msub, "msub")
|
||||
|
|
@ -781,6 +743,7 @@ HTML5_ATOM(rb, "rb")
|
|||
HTML5_ATOM(arcsec, "arcsec")
|
||||
HTML5_ATOM(arccsc, "arccsc")
|
||||
HTML5_ATOM(definition_src, "definition-src")
|
||||
HTML5_ATOM(desc, "desc")
|
||||
HTML5_ATOM(font_face_src, "font-face-src")
|
||||
HTML5_ATOM(mfrac, "mfrac")
|
||||
HTML5_ATOM(dd, "dd")
|
||||
|
|
@ -793,9 +756,13 @@ HTML5_ATOM(feBlend, "feBlend")
|
|||
HTML5_ATOM(feflood, "feflood")
|
||||
HTML5_ATOM(feFlood, "feFlood")
|
||||
HTML5_ATOM(grad, "grad")
|
||||
HTML5_ATOM(head, "head")
|
||||
HTML5_ATOM(legend, "legend")
|
||||
HTML5_ATOM(mfenced, "mfenced")
|
||||
HTML5_ATOM(mpadded, "mpadded")
|
||||
HTML5_ATOM(noembed, "noembed")
|
||||
HTML5_ATOM(td, "td")
|
||||
HTML5_ATOM(thead, "thead")
|
||||
HTML5_ATOM(aside, "aside")
|
||||
HTML5_ATOM(article, "article")
|
||||
HTML5_ATOM(animate, "animate")
|
||||
|
|
@ -826,6 +793,7 @@ HTML5_ATOM(false_, "false")
|
|||
HTML5_ATOM(fecomposite, "fecomposite")
|
||||
HTML5_ATOM(feComposite, "feComposite")
|
||||
HTML5_ATOM(image, "image")
|
||||
HTML5_ATOM(iframe, "iframe")
|
||||
HTML5_ATOM(inverse, "inverse")
|
||||
HTML5_ATOM(line, "line")
|
||||
HTML5_ATOM(logbase, "logbase")
|
||||
|
|
@ -843,6 +811,7 @@ HTML5_ATOM(piecewise, "piecewise")
|
|||
HTML5_ATOM(rule, "rule")
|
||||
HTML5_ATOM(source, "source")
|
||||
HTML5_ATOM(strike, "strike")
|
||||
HTML5_ATOM(table, "table")
|
||||
HTML5_ATOM(time, "time")
|
||||
HTML5_ATOM(transpose, "transpose")
|
||||
HTML5_ATOM(true_, "true")
|
||||
|
|
@ -883,6 +852,7 @@ HTML5_ATOM(missing_glyph, "missing-glyph")
|
|||
HTML5_ATOM(math, "math")
|
||||
HTML5_ATOM(mpath, "mpath")
|
||||
HTML5_ATOM(prefetch, "prefetch")
|
||||
HTML5_ATOM(th, "th")
|
||||
HTML5_ATOM(sech, "sech")
|
||||
HTML5_ATOM(switch_, "switch")
|
||||
HTML5_ATOM(sinh, "sinh")
|
||||
|
|
@ -893,17 +863,22 @@ HTML5_ATOM(ci, "ci")
|
|||
HTML5_ATOM(font_face_uri, "font-face-uri")
|
||||
HTML5_ATOM(li, "li")
|
||||
HTML5_ATOM(imaginaryi, "imaginaryi")
|
||||
HTML5_ATOM(mi, "mi")
|
||||
HTML5_ATOM(pi, "pi")
|
||||
HTML5_ATOM(mark, "mark")
|
||||
HTML5_ATOM(malignmark, "malignmark")
|
||||
HTML5_ATOM(tbreak, "tbreak")
|
||||
HTML5_ATOM(track, "track")
|
||||
HTML5_ATOM(dl, "dl")
|
||||
HTML5_ATOM(annotation_xml, "annotation-xml")
|
||||
HTML5_ATOM(csymbol, "csymbol")
|
||||
HTML5_ATOM(curl, "curl")
|
||||
HTML5_ATOM(factorial, "factorial")
|
||||
HTML5_ATOM(forall, "forall")
|
||||
HTML5_ATOM(html, "html")
|
||||
HTML5_ATOM(interval, "interval")
|
||||
HTML5_ATOM(ol, "ol")
|
||||
HTML5_ATOM(ul, "ul")
|
||||
HTML5_ATOM(real, "real")
|
||||
HTML5_ATOM(small_, "small")
|
||||
HTML5_ATOM(symbol, "symbol")
|
||||
|
|
@ -923,14 +898,17 @@ HTML5_ATOM(animation, "animation")
|
|||
HTML5_ATOM(annotation, "annotation")
|
||||
HTML5_ATOM(animatemotion, "animatemotion")
|
||||
HTML5_ATOM(animateMotion, "animateMotion")
|
||||
HTML5_ATOM(button, "button")
|
||||
HTML5_ATOM(fn, "fn")
|
||||
HTML5_ATOM(codomain, "codomain")
|
||||
HTML5_ATOM(caption, "caption")
|
||||
HTML5_ATOM(condition, "condition")
|
||||
HTML5_ATOM(domain, "domain")
|
||||
HTML5_ATOM(domainofapplication, "domainofapplication")
|
||||
HTML5_ATOM(figcaption, "figcaption")
|
||||
HTML5_ATOM(hkern, "hkern")
|
||||
HTML5_ATOM(ln, "ln")
|
||||
HTML5_ATOM(mn, "mn")
|
||||
HTML5_ATOM(keygen, "keygen")
|
||||
HTML5_ATOM(laplacian, "laplacian")
|
||||
HTML5_ATOM(mean, "mean")
|
||||
|
|
@ -938,6 +916,7 @@ HTML5_ATOM(median, "median")
|
|||
HTML5_ATOM(main, "main")
|
||||
HTML5_ATOM(maction, "maction")
|
||||
HTML5_ATOM(notin, "notin")
|
||||
HTML5_ATOM(option, "option")
|
||||
HTML5_ATOM(polygon, "polygon")
|
||||
HTML5_ATOM(reln, "reln")
|
||||
HTML5_ATOM(section, "section")
|
||||
|
|
@ -945,8 +924,10 @@ HTML5_ATOM(tspan, "tspan")
|
|||
HTML5_ATOM(union_, "union")
|
||||
HTML5_ATOM(vkern, "vkern")
|
||||
HTML5_ATOM(audio, "audio")
|
||||
HTML5_ATOM(mo, "mo")
|
||||
HTML5_ATOM(tendsto, "tendsto")
|
||||
HTML5_ATOM(video, "video")
|
||||
HTML5_ATOM(colgroup, "colgroup")
|
||||
HTML5_ATOM(fedisplacementmap, "fedisplacementmap")
|
||||
HTML5_ATOM(feDisplacementMap, "feDisplacementMap")
|
||||
HTML5_ATOM(hgroup, "hgroup")
|
||||
|
|
@ -954,6 +935,7 @@ HTML5_ATOM(maligngroup, "maligngroup")
|
|||
HTML5_ATOM(msubsup, "msubsup")
|
||||
HTML5_ATOM(msup, "msup")
|
||||
HTML5_ATOM(rp, "rp")
|
||||
HTML5_ATOM(optgroup, "optgroup")
|
||||
HTML5_ATOM(samp, "samp")
|
||||
HTML5_ATOM(stop, "stop")
|
||||
HTML5_ATOM(eq, "eq")
|
||||
|
|
@ -982,12 +964,15 @@ HTML5_ATOM(mover, "mover")
|
|||
HTML5_ATOM(munderover, "munderover")
|
||||
HTML5_ATOM(merror, "merror")
|
||||
HTML5_ATOM(mlabeledtr, "mlabeledtr")
|
||||
HTML5_ATOM(nobr, "nobr")
|
||||
HTML5_ATOM(notanumber, "notanumber")
|
||||
HTML5_ATOM(power, "power")
|
||||
HTML5_ATOM(tr, "tr")
|
||||
HTML5_ATOM(solidcolor, "solidcolor")
|
||||
HTML5_ATOM(selector, "selector")
|
||||
HTML5_ATOM(vector, "vector")
|
||||
HTML5_ATOM(arccos, "arccos")
|
||||
HTML5_ATOM(address, "address")
|
||||
HTML5_ATOM(canvas, "canvas")
|
||||
HTML5_ATOM(complexes, "complexes")
|
||||
HTML5_ATOM(defs, "defs")
|
||||
|
|
@ -995,9 +980,11 @@ HTML5_ATOM(details, "details")
|
|||
HTML5_ATOM(exists, "exists")
|
||||
HTML5_ATOM(implies, "implies")
|
||||
HTML5_ATOM(integers, "integers")
|
||||
HTML5_ATOM(ms, "ms")
|
||||
HTML5_ATOM(mprescripts, "mprescripts")
|
||||
HTML5_ATOM(mmultiscripts, "mmultiscripts")
|
||||
HTML5_ATOM(minus, "minus")
|
||||
HTML5_ATOM(noframes, "noframes")
|
||||
HTML5_ATOM(naturalnumbers, "naturalnumbers")
|
||||
HTML5_ATOM(primes, "primes")
|
||||
HTML5_ATOM(progress, "progress")
|
||||
|
|
@ -1017,7 +1004,9 @@ HTML5_ATOM(emptyset, "emptyset")
|
|||
HTML5_ATOM(equivalent, "equivalent")
|
||||
HTML5_ATOM(font_face_format, "font-face-format")
|
||||
HTML5_ATOM(foreignobject, "foreignobject")
|
||||
HTML5_ATOM(foreignObject, "foreignObject")
|
||||
HTML5_ATOM(fieldset, "fieldset")
|
||||
HTML5_ATOM(frameset, "frameset")
|
||||
HTML5_ATOM(feoffset, "feoffset")
|
||||
HTML5_ATOM(feOffset, "feOffset")
|
||||
HTML5_ATOM(fespotlight, "fespotlight")
|
||||
|
|
@ -1030,6 +1019,7 @@ HTML5_ATOM(font, "font")
|
|||
HTML5_ATOM(lt, "lt")
|
||||
HTML5_ATOM(intersect, "intersect")
|
||||
HTML5_ATOM(ident, "ident")
|
||||
HTML5_ATOM(input, "input")
|
||||
HTML5_ATOM(limit, "limit")
|
||||
HTML5_ATOM(lowlimit, "lowlimit")
|
||||
HTML5_ATOM(lineargradient, "lineargradient")
|
||||
|
|
@ -1038,21 +1028,27 @@ HTML5_ATOM(moment, "moment")
|
|||
HTML5_ATOM(mroot, "mroot")
|
||||
HTML5_ATOM(msqrt, "msqrt")
|
||||
HTML5_ATOM(momentabout, "momentabout")
|
||||
HTML5_ATOM(mtext, "mtext")
|
||||
HTML5_ATOM(notsubset, "notsubset")
|
||||
HTML5_ATOM(notprsubset, "notprsubset")
|
||||
HTML5_ATOM(noscript, "noscript")
|
||||
HTML5_ATOM(nest, "nest")
|
||||
HTML5_ATOM(outerproduct, "outerproduct")
|
||||
HTML5_ATOM(output, "output")
|
||||
HTML5_ATOM(product, "product")
|
||||
HTML5_ATOM(prsubset, "prsubset")
|
||||
HTML5_ATOM(plaintext, "plaintext")
|
||||
HTML5_ATOM(tt, "tt")
|
||||
HTML5_ATOM(quotient, "quotient")
|
||||
HTML5_ATOM(rect, "rect")
|
||||
HTML5_ATOM(radialgradient, "radialgradient")
|
||||
HTML5_ATOM(radialGradient, "radialGradient")
|
||||
HTML5_ATOM(root, "root")
|
||||
HTML5_ATOM(select, "select")
|
||||
HTML5_ATOM(scalarproduct, "scalarproduct")
|
||||
HTML5_ATOM(subset, "subset")
|
||||
HTML5_ATOM(script, "script")
|
||||
HTML5_ATOM(tfoot, "tfoot")
|
||||
HTML5_ATOM(uplimit, "uplimit")
|
||||
HTML5_ATOM(vectorproduct, "vectorproduct")
|
||||
HTML5_ATOM(menu, "menu")
|
||||
|
|
@ -1069,7 +1065,11 @@ HTML5_ATOM(feconvolvematrix, "feconvolvematrix")
|
|||
HTML5_ATOM(feConvolveMatrix, "feConvolveMatrix")
|
||||
HTML5_ATOM(matrix, "matrix")
|
||||
HTML5_ATOM(apply, "apply")
|
||||
HTML5_ATOM(body, "body")
|
||||
HTML5_ATOM(femorphology, "femorphology")
|
||||
HTML5_ATOM(feMorphology, "feMorphology")
|
||||
HTML5_ATOM(imaginary, "imaginary")
|
||||
HTML5_ATOM(infinity, "infinity")
|
||||
HTML5_ATOM(ruby, "ruby")
|
||||
HTML5_ATOM(tbody, "tbody")
|
||||
HTML5_ATOM(emptystring, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue