﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8933	Floated image is not floated, when added a link	HerrSerker		"If you add a image in the text and have it a floated style, all is correct, the generated code is 

<img src=""example.com/img"" style=""float:left; width: FOOpx; height: BARpx"" />

If you add a link to the image, the <img> tag is wrapped with the <a> tag's code. 

What is wrong? The 'float:left' style should now be on the link and not on the image.

Wrong:
<a href=""http://example.com""><img src=""http://example.com/img"" style=""'''float:left;''' width: FOOpx; height: BARpx"" /></a>

Right:
<a '''style=""float:left""''' href=""http://example.com""><img src=""http://example.com/img"" style=""width: FOOpx; height: BARpx"" /></a>

I tried this on the nightly build demo page. It shows the wrong behavior there.
"	Bug	closed	Normal		General		invalid		
