diff options
Diffstat (limited to 'parser/html/nsHtml5AtomList.h')
-rw-r--r-- | parser/html/nsHtml5AtomList.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parser/html/nsHtml5AtomList.h b/parser/html/nsHtml5AtomList.h index 76c3ba6361..1a47273eb8 100644 --- a/parser/html/nsHtml5AtomList.h +++ b/parser/html/nsHtml5AtomList.h @@ -48,6 +48,9 @@ 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") @@ -249,7 +252,6 @@ 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") @@ -355,7 +357,6 @@ 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") @@ -423,7 +424,6 @@ HTML5_ATOM(frameborder, "frameborder") HTML5_ATOM(frame, "frame") HTML5_ATOM(framespacing, "framespacing") HTML5_ATOM(from, "from") -HTML5_ATOM(prompt, "prompt") HTML5_ATOM(primitiveunits, "primitiveunits") HTML5_ATOM(primitiveUnits, "primitiveUnits") HTML5_ATOM(symmetric, "symmetric") @@ -713,6 +713,7 @@ HTML5_ATOM(verythinmathspace, "verythinmathspace") HTML5_ATOM(verythickmathspace, "verythickmathspace") HTML5_ATOM(veryverythinmathspace, "veryverythinmathspace") HTML5_ATOM(veryverythickmathspace, "veryverythickmathspace") +HTML5_ATOM(isindex, "isindex") HTML5_ATOM(and_, "and") HTML5_ATOM(arg, "arg") HTML5_ATOM(abs, "abs") @@ -1066,7 +1067,6 @@ HTML5_ATOM(fecolormatrix, "fecolormatrix") HTML5_ATOM(feColorMatrix, "feColorMatrix") HTML5_ATOM(feconvolvematrix, "feconvolvematrix") HTML5_ATOM(feConvolveMatrix, "feConvolveMatrix") -HTML5_ATOM(isindex, "isindex") HTML5_ATOM(matrix, "matrix") HTML5_ATOM(apply, "apply") HTML5_ATOM(femorphology, "femorphology") |