- From: Joel Lehtonen <jopesale@jyu.fi>
- Date: Wed, 4 Jul 2007 15:50:59 +0300
- To: www-amaya@w3.org
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. 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. -- Joel Lehtonen
Received on Wednesday, 4 July 2007 12:51:16 UTC