﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12311	Removeformat doesn't remove cite element	Marek Lewandowski	Artur Delura	"Create a {{{cite}}} element and try to remove it with Remove Format button.

1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
2. use following source
{{{
<p>foo <cite>bar</cite> baz</p>
}}}
3. go back to wysiwyg mode and select all ( {{{CTRL + A}}} )
4. use a Remove Format button

'''Expected result:'''[[BR]]
Cite element should be removed: {{{<p>foo bar baz</p>}}}

'''Current result:'''[[BR]]
Cite element remains: {{{<p>foo <cite>bar</cite> baz</p>}}}

additional info:[[BR]]
1. Tested with FF and Chrome"	Bug	closed	Normal	CKEditor 4.4.5	General		fixed		
