﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16971	tabletools should also retain color from background containing more than color	Marek Lewandowski		"Currently if `td`'s `background` background property contains something more than just a color, it won't be recognized. We could improve it.

1. Open CKEditor with tabletools plugin.
1. Set the editor content using ""Source"" button to the following:
{{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width:500px"">
	<tbody>
		<tr>
			<td style=""background:#00cc99 no-repeat center"">&nbsp;</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>
}}}
1. Go back to wysiwyg mode.

## Expected

First cell has a backgournd applied.

## Actual

Color is stripped out by ACF.

## Additional Notes

Recently we have added a more advanced function for parsing CSS background - `CKEDITOR.tools.style.parse.background`. We could use it to more reliably tell if property contains a color.

Rationale: It was needed during [PR#337](https://github.com/ckeditor/ckeditor-dev/pull/337), where Firefox would put much more values into CSS prop ta"	New Feature	new	Nice to have (we want to work on it)	CKEditor 4.7.0	General				
