﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8442	Block (i.e. not inline) <a> tags	MarkS		"With HTML5 anchor tags are now valid block elements

e.g. The following is perfectly valid
{{{
<a href="""">
<img src="""" alt="""" />
<h1>Some Text</h1>
</a>
}}}


However, with CKEditor, the cleanup converts it to
{{{
<a href=""""><img src="""" alt="""" /></a>
<a href=""""><h1>Some Text</h1></a>
}}}


I'm requesting that the requirement for <a> tags to be inline elements is removed
"	New Feature	closed	Normal		General		duplicate		
