mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Bug 1355779 - Skip interned ElementName lookup for Custom Elements (ones with hyphen).
Regen. Tag UXP Issue #1344
This commit is contained in:
parent
c7ff832ca7
commit
e846da116e
6 changed files with 280 additions and 262 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue