Bug 1322938 - Basic implementation of HTMLDialogElement.

Tag #1343
This commit is contained in:
Gaming4JC 2020-01-07 08:22:36 -05:00 committed by Roy Tam
commit 900df90dae
12 changed files with 182 additions and 4 deletions

View file

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