summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5AtomList.h
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-18 22:51:56 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-26 15:50:41 -0500
commitbec4d0ecdc2576e09b02baaf24961e70dceec605 (patch)
treec2f7783887302a6aa00afee23611a81c39c76b9e /parser/html/nsHtml5AtomList.h
parent1ef7d175288dd3a32f290f2931a2551327e7909a (diff)
downloadUXP-bec4d0ecdc2576e09b02baaf24961e70dceec605.tar
UXP-bec4d0ecdc2576e09b02baaf24961e70dceec605.tar.gz
UXP-bec4d0ecdc2576e09b02baaf24961e70dceec605.tar.lz
UXP-bec4d0ecdc2576e09b02baaf24961e70dceec605.tar.xz
UXP-bec4d0ecdc2576e09b02baaf24961e70dceec605.zip
Bug 1355779 - Skip interned ElementName lookup for Custom Elements (ones with hyphen).
Regen. Tag UXP Issue #1344
Diffstat (limited to 'parser/html/nsHtml5AtomList.h')
-rw-r--r--parser/html/nsHtml5AtomList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/html/nsHtml5AtomList.h b/parser/html/nsHtml5AtomList.h
index 1ea9c4392..75615a7b5 100644
--- a/parser/html/nsHtml5AtomList.h
+++ b/parser/html/nsHtml5AtomList.h
@@ -670,6 +670,7 @@ HTML5_ATOM(verythickmathspace, "verythickmathspace")
HTML5_ATOM(veryverythinmathspace, "veryverythinmathspace")
HTML5_ATOM(veryverythickmathspace, "veryverythickmathspace")
HTML5_ATOM(isindex, "isindex")
+HTML5_ATOM(annotation_xml, "annotation-xml")
HTML5_ATOM(and_, "and")
HTML5_ATOM(arg, "arg")
HTML5_ATOM(abs, "abs")
@@ -871,7 +872,6 @@ 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")