﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13672	Valid characters for Anchor name	Fabien Leconte		"Hi,

The validate function of the element ""txtName"" of the anchor dialog only test if the input has a value.

According to the following links, it should also tests that the value only contains valid characters for an ""id"" attribute :

 HTML 4 : http://www.w3.org/TR/html4/types.html#type-id

 HTML 5 : http://www.w3.org/TR/html5/dom.html#the-id-attribute

== Steps to reproduce ==

1. Create an anchor with ""4TESTING PURPOSE"" as a value
2. Click ""Ok"" button

== Expected result ==

An alert is raised as it is not a valid ""id"" attribute

== Actual result ==

The content is inserted without any warning.

Thanks.

Best regards."	Bug	confirmed	Normal		General	4.0			
