Amaya 9.53 WinXP bug: duplicated ID not detected

Hi,

Amaya 9.53 does not shown an error when an id attribute is duplicated.

For example, the following source code is loaded without warnings
	<p id="Test">Test</p>
	<p id="Test">Test</p>

but the W3C validator detects an error:
	Error  Line 16 column 7: ID "Test" already defined.

An invalid source code like this one can be easily created in Amaya 
copying and pasting in the source code view, but it is not detected when 
the document is saved or reloaded.

Best regards,
Bartolomé Sintes (http://www.mclibre.org)

Received on Wednesday, 22 November 2006 09:21:06 UTC