summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5AtomList.h
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-07 09:36:48 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-07 18:33:24 -0500
commit25e85f99ce64a048b8035222f0f501de546a1db5 (patch)
tree10a402be17a7bf7312d6db94ca6c912c3531a62e /parser/html/nsHtml5AtomList.h
parentb91b0c37eb6cab1e179252692ad7e7a60606efa3 (diff)
downloadUXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar.gz
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar.lz
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar.xz
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.zip
Bug 1322938 - Make the HTML tree builder aware of <dialog>.
Original patch by :hsivonen Tag #1343
Diffstat (limited to 'parser/html/nsHtml5AtomList.h')
-rw-r--r--parser/html/nsHtml5AtomList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parser/html/nsHtml5AtomList.h b/parser/html/nsHtml5AtomList.h
index 934fd9551..ce9fcd682 100644
--- a/parser/html/nsHtml5AtomList.h
+++ b/parser/html/nsHtml5AtomList.h
@@ -867,6 +867,7 @@ HTML5_ATOM(center, "center")
HTML5_ATOM(canvas, "canvas")
HTML5_ATOM(divide, "divide")
HTML5_ATOM(degree, "degree")
+HTML5_ATOM(dialog, "dialog")
HTML5_ATOM(domain, "domain")
HTML5_ATOM(exists, "exists")
HTML5_ATOM(fetile, "fetile")
@@ -942,8 +943,8 @@ HTML5_ATOM(mpadded, "mpadded")
HTML5_ATOM(marquee, "marquee")
HTML5_ATOM(maction, "maction")
HTML5_ATOM(msubsup, "msubsup")
-HTML5_ATOM(polygon, "polygon")
HTML5_ATOM(picture, "picture")
+HTML5_ATOM(polygon, "polygon")
HTML5_ATOM(product, "product")
HTML5_ATOM(setdiff, "setdiff")
HTML5_ATOM(section, "section")