- From: <ve3ll@rac.ca>
- Date: Thu, 01 Sep 2005 17:13:03 -0400
- To: www-amaya@w3.org
just caught a situation where Amaya does not signal parsing error and will save a non-conformant xhtml file! when authored with Amaya an inserted list does place a blank child element but the item can be removed and saved using source view ... the saving a non-valid file violates Amaya principles and the minimum should be a flogging xxxx flagging ;-] ;-] <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>No title</title> <meta name="generator" content="amaya 8.8.1, see http://www.w3.org/Amaya/" /> </head> <body> <ol> </ol> </body> </html> -- -- John Russell, VE3LL@RAC.CA http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
Received on Thursday, 1 September 2005 21:13:10 UTC