summaryrefslogtreecommitdiffstats
path: root/parser/html/nsHtml5ElementName.h
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-07 09:36:48 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-07 18:33:24 -0500
commit25e85f99ce64a048b8035222f0f501de546a1db5 (patch)
tree10a402be17a7bf7312d6db94ca6c912c3531a62e /parser/html/nsHtml5ElementName.h
parentb91b0c37eb6cab1e179252692ad7e7a60606efa3 (diff)
downloadUXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar.gz
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar.lz
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.tar.xz
UXP-25e85f99ce64a048b8035222f0f501de546a1db5.zip
Bug 1322938 - Make the HTML tree builder aware of <dialog>.
Original patch by :hsivonen Tag #1343
Diffstat (limited to 'parser/html/nsHtml5ElementName.h')
-rw-r--r--parser/html/nsHtml5ElementName.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/parser/html/nsHtml5ElementName.h b/parser/html/nsHtml5ElementName.h
index 252716990..bd2cff89e 100644
--- a/parser/html/nsHtml5ElementName.h
+++ b/parser/html/nsHtml5ElementName.h
@@ -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;