diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:08:22 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-17 07:08:22 -0400 |
commit | 8beb65dd501cbdcfd6a793027b5de2a1fdfc7149 (patch) | |
tree | 4b524fb1a1888b37bc347dc65c7c200979fe54aa /editor | |
parent | 5524318fe73a1123da10491a6a545b50af88ea60 (diff) | |
download | uxp-8beb65dd501cbdcfd6a793027b5de2a1fdfc7149.tar.gz |
Bug 1418002 - Remove HTMLContentElement
Tag #1375
Diffstat (limited to 'editor')
-rw-r--r-- | editor/libeditor/HTMLEditUtils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/libeditor/HTMLEditUtils.cpp b/editor/libeditor/HTMLEditUtils.cpp index 89abbe49cb..aa0afda98c 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, |