﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6503	"class=""Apple-style-span"" should not be added by rich text editor"	jokerall		"What is the expected result?
The generated HTML should be something like:
<span style=""background-color:#ffff00"">Test</span><br>

What happens instead?
The generated HTML is cluttered with class=""Apple-style-span"" attributes:

<font class=""Apple-style-span""><span class=""Apple-style-span""
style=""background-color:#ffff00"">Test</span></font><br>

The <font> tag seems added by Docs, but class=""Apple-style-span"" is
definitely added by Chrome. This attribute seems useless and should not be added.

http://code.google.com/p/chromium/issues/detail?id=28904

How can i fix it ckeditor?"	Bug	closed	Normal		General	3.4.1	duplicate		jokerall
