﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5052	Apple-style-span added in Chrome when joining two lines with different styles	gregdc		"Here is the problem easy to reproduce :

Create one paragraph with heading1 style for example.
Create a second paragraph without style.
HTML source looks like this :

<h1>test</h1>
<p>test2</p>

Type backspace on the first position of second paragraph. This should result in joining both paragraph with ""heading1"" style.

It does well in firefox,IE :

<h1>testtest2</h1>

In Chrome (and maybe safari) it does not :

<h1>test<span class=""Apple-style-span"" style=""font-weight: normal;font-size: 12px; "">test2</span></h1>

note : not an integration problem, bug reproducible also on ckeditor demo site.
"	Bug	closed	Normal		Core : Styles	3.1	wontfix	Confirmed Safari Chrome workaround apple-style-span	
