Re: lists require child items

On Thursday 01 September 2005 23:13, ve3ll@rac.ca wrote:
> 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 ;-] ;-]

Source editing is like text editing. Amaya is not able to check the HTML 
strucutre when you're editing the source.

> <?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>
> --

-- 
     Irène.
-----
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 Monday, 5 September 2005 07:27:31 UTC