﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11352	"""a"" element being removed from markup"	Mateusz Wielgos		"I recently upgraded CKEditor 3.x to 4.3.0 for a CMS that I am working on. I have the following configuration set:

{{{
config.removeFormatTags = '';
config.allowedContent = true;
}}}

I re-saved some existing data using the upgraded version. Here is a snippet of a diff:

{{{
-&lt;a href=""/portfolio/voice-of-mcdonalds""&gt;&lt;button&gt;Learn More&lt;/button&gt;&lt;/a&gt;&lt;/div&gt;&#13;
+&lt;button&gt;Learn More&lt;/button&gt;&lt;/div&gt;&#13;
}}}

The ""a"" element is being removed from the markup. While this markup is probably not ""great"", it is allowed in HTML5/4 and XHTML, as far as I know. CKEditor 3.? (don't remember exact version that I was using), allowed this.

I am using Google Chrome, v31."	Bug	closed	Normal		General		invalid		
