- From: John Russell <ve3ll@rac.ca>
- Date: Thu, 30 Oct 2003 09:25:32 -0500 (EST)
- To: www-amaya@w3.org
- Message-ID: <3FA0D973.1987.1E2CAB@localhost>
As my primary use for Amaya is source file validations (until the visual part is working correctly ) i hope you can correct this parsing error that doesn't ring any alerts in the show error part.... When a title element has a missed angle bracket on its closer, the error is not flagged at all .... some browsers then assume rest of doc is title, some don't need the caret but it is definitely a parsing error that should be flagged. i have included both html and xhtml examples but it is easy to duplicate. just hoping it is not to late for next release... as i say, the parse component makes tracking fixing syntax real easy and is used a lot.-- 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
<?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></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head><body> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><title>/title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> </body> </html>
Received on Monday, 3 November 2003 04:29:55 UTC