- From: Irene Vatton <irene.vatton@inrialpes.fr>
- Date: Fri, 7 Nov 2003 11:59:00 +0100
- To: Steven Gilham <steven.gilham@eu.citrix.com>
- Cc: www-amaya@w3.org
I send you an answer about the same question in the 8.1b: Amaya generates valid XHTML 1.1 (document created with Amaya) but it's not able to detect and fix all errors in loaded invalid documents. We think about a mecanism that will allow users to call a Validator before the document is loaded, but I don't know the status of this work done by a contributor. I added this request in Amaya wish list. On Thu, 6 Nov 2003 16:11:25 -0000 Steven Gilham <steven.gilham@eu.citrix.com> wrote: > Reposting, as this has not been echoed on the list > > -----Original Message----- > From: Steven Gilham > Sent: 04 November 2003 16:48 > To: www-amaya@w3.org > Subject: Amaya 8.2-pre still accepts invalid XHTML as valid > > > Testing Amaya 8.2-pre on Win2k, with the file at the end of the message, > which validator.w3.org notes as > > ------------begin copy from validator.w3.org report------------------ > > This page is not Valid XHTML 1.1! > Below are the results of attempting to parse this document with an SGML > parser. > > Line 12, column 12: character data is not allowed here > <blockquote>naked text in blockquote</blockquote> > ^ > Line 12, column 48: end tag for "blockquote" which is not finished > (explain...). > <blockquote>naked text in blockquote</blockquote> > ^ > Line 13, column 27: character data is not allowed here > <ul><li>list-item text</li>naked text in list</ul> > ^ > > ------------end copy from validator.w3.org report------------------ > > I loaded the file (below) into Amaya 8.2-pre and checked the Views menu. > The "Show parsing errors" item is greyed-out, implying that it accepts this > as valid source, even though the two sets of naked text are invalid. > > File now follows below cut-here line > > ---------------------------------8<-------------------------------- > <?xml version="1.0" encoding="iso-8859-1"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" > "http://www.w3.org/TR/xhtml11/DTD/xhtml11.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.1b, see http://www.w3.org/Amaya/" > /> > </head> > > <body> > <blockquote>naked text in blockquote</blockquote> > <ul><li>list-item text</li>naked text in list</ul> > </body> > </html> > > Irene. ----- Irène Vatton INRIA Rhône-Alpes INRIA ZIRST e-mail: Irene.Vatton@inria.fr 655 avenue de l'Europe Tel.: +33 4 76 61 53 61 Montbonnot Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex - France
Received on Friday, 7 November 2003 05:59:05 UTC