- From: John Russell <ve3ll@rac.ca>
- Date: Thu, 4 Sep 2003 08:14:49 -0400 (EDT)
- To: www-amaya@w3.org
- Message-ID: <3F56F4C0.29370.653E09@localhost>
One of my common uses of amaya is to verify students documents quickly. amaya catches a few problems that the w3 and wdg parsers miss. I really like that. However I am now seeing a couple of badly formed documents (according to w3.org and wdg) that amaya does not raise alarms on .... one is invalid characters and another is on invalid nesting. the two test files are included. Are these things Amaya should flag? Are they now on the 2.do list? -- john russell ve3ll@rac.ca [those are L's as in LLAMA] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><title>Parse Character Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h1>Parse Character Test</h1> <p>which is really "agent’s" work</p> <p>The above line rings alarm in w3.org and wdg validator. Amaya doesn't show parse errors. Should it not ???</p> </body></html>
<?xml version="1.0"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title>Parse Nesting Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head><body> <h1>Parse Nesting Test</h1> <p>A header element is inside of a unordered list. Amaya parses ok but validator.w3.org sounds alarm!</p> <ul> <h2>title</h2> <li>list item</li> </ul> </body></html>
Received on Thursday, 4 September 2003 09:43:09 UTC