mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Bug 1322938 - Make the HTML tree builder aware of <dialog>.
Original patch by :hsivonen Tag #1343
This commit is contained in:
parent
a77fa3ec13
commit
3b33af54af
5 changed files with 227 additions and 221 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue