Re: Problem with list element addition and icons on XHTML toolbar

On Wednesday 04 July 2007 14:50, Joel Lehtonen wrote:
> I am using CVS version of Amaya (updated today) on Fedora Core 6.
>
> I found that list element insertion doesn't work as excepted. I created a
> new XHTML Strict document and made a simple list. I think pressing return
> should create a new list element instead of a new paragraph.

A paragraph is allowed within a list item. It's why pressing return Amaya 
proposes a new paragraph, pressing a new return, it proposes a new list item.
This behavior is explained in the "Help > Creating elements" page.

> Here's some code Amaya produced:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!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=UTF-8" />
>   <title>testing</title>
>   <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
> </head>
>
> <body>
> <p>Some text</p>
> <ul>
>   <li>first element
>     <p>second element?</p>
>   </li>
> </ul>
> </body>
> </html>
>
> When I select Edit...Append, sometimes inserting list items is possible and
> sometimes nothing happens.
>
> There is also minor defect with element icons in XHTML toolbox. The icons
> and tooltips doesn't match. Functionality matches with icons. It's somewhat
> annoying. :-) I can send clarifying screenshot if my description is fuzzy.

Perhaps there is a confusion with several versions of the software.
     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 Thursday, 5 July 2007 07:58:41 UTC