﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6638	Unify the way of setting color in CSS styles	Wiktor Walc		"Right now the result of applying a color to selected text is different.

 - IE: `<span style=""color: #ff0000"">`
 - Firefox: `<span style=""color: rgb(255, 0, 0);"">`

If we edit in Firefox an article created in IE we are causing lots of changes in the source, which is a problem in environments that support versioning. Checking changes between various revisions is much harder in such situation.

Another problem is that there are systems that do some security checks on inline styles and they do not always respect rgb() notation, so the color is lost there.

"	New Feature	closed	Normal		Core : Output Data		duplicate		Alfonso Martínez de Lizarrondo
