From bec4d0ecdc2576e09b02baaf24961e70dceec605 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 18 Jan 2020 22:51:56 -0500 Subject: Bug 1355779 - Skip interned ElementName lookup for Custom Elements (ones with hyphen). Regen. Tag UXP Issue #1344 --- parser/html/nsHtml5AtomList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser/html/nsHtml5AtomList.h') 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") -- cgit v1.2.3