﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
23359	Remove format button removes more then format	mark-k		"Remove format button will remove color styling, strip the strong and em tags, but will leave the del tag alone.

As far as my understanding of HTML5 goes, strong and em are semantic elements and not styling elements, therefor should not be stripped. OTOH del is not stripped so at least the behaviour is not very consistent.

A major problem is that something like the removal works inside a del tag: 

{{{
<del>this is <strong>Important</strong></del>
}}}
 
will become

{{{
<del>this is Important</del>
}}}
 
changing the importance attributed to the word ""Important"" before the deletion"	defect (bug)	closed	normal		TinyMCE		normal	duplicate		
