summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 07:08:22 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 07:08:22 -0400
commit1a2bc11f9bbe7e8cf7ba0f4d4843aab921eb401d (patch)
tree4b524fb1a1888b37bc347dc65c7c200979fe54aa /editor
parentb30920f17e5e8ef234b4351407e2266f54109330 (diff)
downloadaura-central-1a2bc11f9bbe7e8cf7ba0f4d4843aab921eb401d.tar.gz
Bug 1418002 - Remove HTMLContentElement
Tag mcp-graveyard/UXP%1375
Diffstat (limited to 'editor')
-rw-r--r--editor/libeditor/HTMLEditUtils.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/libeditor/HTMLEditUtils.cpp b/editor/libeditor/HTMLEditUtils.cpp
index 89abbe49c..aa0afda98 100644
--- a/editor/libeditor/HTMLEditUtils.cpp
+++ b/editor/libeditor/HTMLEditUtils.cpp
@@ -634,7 +634,6 @@ static const ElementInfo kElements[eHTMLTag_userdefined] = {
GROUP_TABLE_CONTENT | GROUP_COLGROUP_CONTENT,
GROUP_NONE),
ELEM(colgroup, true, false, GROUP_NONE, GROUP_COLGROUP_CONTENT),
- ELEM(content, true, false, GROUP_NONE, GROUP_INLINE_ELEMENT),
ELEM(data, true, false, GROUP_PHRASE, GROUP_INLINE_ELEMENT),
ELEM(datalist,
true,