﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12094	Content Transformations strips span of style	Nathan Frost		"In CkE4  the advanced content filter will convert a span with a style that includes 'font-weight:bold' to a <strong> element.

Before Html:
{{{
<span style=""color:#ffffff;   font-weight:bold"">First row</span>
}}}
After Html:
{{{
<strong>First row</strong>
}}}

The expected result:
{{{
<span style=""color:#ffffff""><strong>First row</strong></span>
}}}
"	Bug	confirmed	Normal		General	4.1			
