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

@ -1,6 +1,6 @@
/*
* Copyright (c) 2008-2014 Mozilla Foundation
* Copyright (c) 2019 Moonchild Productions
* Copyright (c) 2020 Moonchild Productions
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@ -279,6 +279,7 @@ class nsHtml5ElementName
static nsHtml5ElementName* ELT_CANVAS;
static nsHtml5ElementName* ELT_DIVIDE;
static nsHtml5ElementName* ELT_DEGREE;
static nsHtml5ElementName* ELT_DIALOG;
static nsHtml5ElementName* ELT_DOMAIN;
static nsHtml5ElementName* ELT_EXISTS;
static nsHtml5ElementName* ELT_FETILE;
@ -355,9 +356,9 @@ class nsHtml5ElementName
static nsHtml5ElementName* ELT_MACTION;
static nsHtml5ElementName* ELT_MSUBSUP;
static nsHtml5ElementName* ELT_NOEMBED;
static nsHtml5ElementName* ELT_PICTURE;
static nsHtml5ElementName* ELT_POLYGON;
static nsHtml5ElementName* ELT_PATTERN;
static nsHtml5ElementName* ELT_PICTURE;
static nsHtml5ElementName* ELT_PRODUCT;
static nsHtml5ElementName* ELT_SETDIFF;
static nsHtml5ElementName* ELT_SECTION;