Bug 1322938 - Make the HTML tree builder aware of <dialog>.

Original patch by :hsivonen
Tag #1343
This commit is contained in:
Gaming4JC 2020-01-07 09:36:48 -05:00 committed by Roy Tam
commit 3b33af54af
5 changed files with 227 additions and 221 deletions

View file

@ -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")