﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7531	Unlink in Firefox leaves a span-tag if style or class attributes are set	Niklas Nilsson		"If a link has a class or style attribute, unlinking in Firefox 4.0 will leave a span tag behind with the same class/style attributes.

Steps to reproduce:
 1. In source mode, enter
{{{
<a class=""class"" href=""#"" style=""font-weight:bold;"">Test</a>
}}}
 2. Switch back to WYSIWYG
 3. Select the text
 4. Click unlink
 5. Go to source mode, HTML is now
{{{
<span class=""class"" style=""font-weight:bold;"">Test</span>
}}}"	Bug	confirmed	Normal		General	3.0			
