- From: John Russell <ve3ll@rac.ca>
- Date: Fri, 18 Apr 2003 12:19:02 -0400
- To: Irene Vatton <irene.vatton@inrialpes.fr>, www-amaya@w3.org
- Message-ID: <3E9FED36.5294.1117188@localhost>
i am resending htm file, css file, and snapshot of parse error message
that i am seeing using the Win98 version of 8.0pre. i have no access to
cvs so it is the binary version if that makes a difference. i renamed the file
to parse from aaa to make it more meaningful to me ... i now use a folder
for short buggy files.
On 18 Apr 2003 at 17:57, Irene Vatton wrote:
Date forwarded: Fri, 18 Apr 2003 11:58:04 -0400 (EDT)
Date sent: Fri, 18 Apr 2003 17:57:52 +0200
From: Irene Vatton <irene.vatton@inrialpes.fr>
To: "John Russell" <ve3ll@RAC.CA>
Copies to: www-amaya@w3.org
Organization: INRIA
Subject: Re: making short test files
Forwarded by: www-amaya@w3.org
[ Double-click this line for list subscription options ]
On Wed, 16 Apr 2003 19:50:23 -0400
"John Russell" <ve3ll@rac.ca> wrote:
> One of the list members suggested submitting short test files to make
> the debugger's job easier. well this is as short as i can make it.
>
> aaa.css
> body {background:none}
>
> aaa.htm
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html><head><title>test</title>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <link href="aaa.css" rel="stylesheet" type="text/css"> </head><body> <p>A
> simple test document that triggers a parse error in Amaya althouh the
> stylesheet verifies. Background property includes image as well as color
> subproperty. And none is valid value for image (the alternate being an
> url).</p> </body></html>
> //
> John Russell, VE3LL@RAC.CA
> http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA)
> check HTML at http://www.htmlhelp.com/tools/validator/
> check CSS at http://jigsaw.w3.org/css-validator/
> check JavaScript at http://www.crockford.com/javascript/jslint.html
There is no parser error in Amaya with this document.
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
//
John Russell, VE3LL@RAC.CA
http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA)
check HTML at http://www.htmlhelp.com/tools/validator/
check CSS at http://jigsaw.w3.org/css-validator/
check JavaScript at http://www.crockford.com/javascript/jslint.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>parse.htm</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="parse.css" rel="stylesheet" type="text/css"> </head> <body> <p>A simple test document that triggers a parse error in Amaya althouh the stylesheet verifies. Background property includes image as well as color subproperty. And none is valid value for image (the alternate being an url).</p> </body> </html>
body {background:none}
Attachments
- Image/JPEG attachment: parse.jpg
Received on Friday, 18 April 2003 12:11:16 UTC