﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12942	Anchors require deprecated name tag, id should be enough	Allan Mørk Christensen		"If i insert an ''<a>'' with only an ''id'' attribute and no ''name'' attribute, it will simply be discarded by CKEditor.

Tested in latest version of the demo: http://ckeditor.com/demo

'''Steps to reproduce'''
 * Insert the following HTML in SOURCE-mode:
{{{
<p>hello <a name=""xxx"" id=""xxx"">xxx</a> hello</p>
<p>hello <a id=""yyy"">yyy</a> hello</p>
}}}

 * Go back to WYSIWYG mode, and now only the first (xxx) anchor is visible.

 * If you again return back to SOURCE-mode, the second (yyy) anchor has complete vanished.

In HTML5 the ""name"" attribute for ''<a>'' is been obsolete, ""id"" should be used instead:
http://www.w3.org/TR/html-markup/a.html#a-constraints"	Bug	confirmed	Normal		Core : Parser	4.1			allanmc@…
