﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1444	Style and tags	datalink		"If I format a text, source is (for example):
{{{
<span style=""background-color: rgb(153, 204, 0);""><span style=""color: rgb(255, 102, 0);"">word</span></span>
}}}
I think many XHTML maniacs want:
{{{
<span style=""background-color: rgb(153, 204, 0); color: rgb(255, 102, 0);"">word</span>
}}}
If there is formating the complete text in a block, source is:
{{{
<p><span style=""background-color: rgb(153, 204, 0);""><span style=""color: rgb(255, 102, 0);"">word word word</span></span></p>
}}}
but it should be:
{{{
<p style=""background-color: rgb(153, 204, 0); color: rgb(255, 102, 0);"">word word word</p>
}}}"	New Feature	closed	Normal		General	SVN (FCKeditor) - Retired	wontfix		
