mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
parent
1803a30a06
commit
900df90dae
12 changed files with 182 additions and 4 deletions
|
|
@ -151,6 +151,10 @@ const nsHTMLElement gHTMLElements[] = {
|
|||
/*tag*/ eHTMLTag_dfn,
|
||||
/*parent,leaf*/ kPhrase, false
|
||||
},
|
||||
{
|
||||
/*tag*/ eHTMLTag_dialog,
|
||||
/*parent,leaf*/ kBlock, false
|
||||
},
|
||||
{
|
||||
/*tag*/ eHTMLTag_dir,
|
||||
/*parent,leaf*/ kList, false
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ HTML_HTMLELEMENT_TAG(dd)
|
|||
HTML_TAG(del, Mod)
|
||||
HTML_TAG(details, Details)
|
||||
HTML_HTMLELEMENT_TAG(dfn)
|
||||
HTML_TAG(dialog, Dialog)
|
||||
HTML_TAG(dir, Shared)
|
||||
HTML_TAG(div, Div)
|
||||
HTML_TAG(dl, SharedList)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue