Amaya doesnt catch bad event attributes

Event attributes can no longer have uppercase letters
this short demos shows that Amaya doesn't catch that
problem while w3.org and ARV do.... 
//-------------------------------------------
<?xml version="1.1" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head><title>EventBugs:VE3LL@RAC.CA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
</head><body><h1>EventBugs:VE3LL@RAC.CA</h1>
<p>Event names that use uppercase are not flagged as incorrect!</p>
<p><button onClick="foo();">Foo Event</button>
<button onclick="bar();">Bar Event</button></p>
</body></html>
-- 
-- 
John Russell, VE3LL@COGECO.CA
http://home.cogeco.ca/~ve3ll
http://home.cogeco.ca/~trains
http://home.cogeco.ca/~cipher

Received on Monday, 7 January 2008 14:43:43 UTC