W3C home > Mailing lists > Public > www-amaya@w3.org > October to December 2008

Re: Amaya 10.1-pre5 WinXP bugs: transforming definition lists

From: Irene Vatton <Irene.Vatton@inria.fr>
Date: Fri, 05 Dec 2008 09:35:40 +0100
To: Bartolomé Sintes Marco <bartolomesintes@ono.com>
Cc: www-amaya@w3.org
Message-Id: <1228466140.6558.56.camel@vanuatu.inrialpes.fr>

Hi Bartolomé,

Le mardi 02 décembre 2008 à 21:09 +0100, Bartolomé Sintes Marco a
écrit :
> Hi,
> 
> Amaya 10.1-pre5 WinXP has some problems transforming lists:
> 
> A. A definition list can be transformed into an ordered list containing
> sublists, but an ordered list containing sublists is not properly
> transforned into a definiton list:
> 
> Steps to reproduce:
> 1. Create the following list:
> <dl>
>    <dt>Item 1</dt>
>      <dd>Item 1-1</dd>
>      <dd>Item 1-2</dd>
> </dl>
> 2. Select this list and click the unordered list button. The following
> list is created (as expected):
> <ul>
>    <li>Item 1
>      <ul>
>        <li>Item 1-1</li>
>        <li>Item 1-2</li>
>      </ul>
>    </li>
> </ul>
> 3. Select this list and click the definition list button. The following
> list is created:
> <dl>
>    <dt>Item 1 </dt>
>      <dd>Item aItem bItem c</dd>
> </dl>
> The sublist items are merged in a dd element, instead of creating two dd
> elements.

That problem is now fixed in the CVS version.

> 
> B. A dd element can be transformed into a dt element, but a dt element 
> can not be transformed into a dd element:
> 
> Steps to reproduce:
> 1. Create the following list:
> <dl>
>    <dt>Item 1</dt>
>      <dd>Item a</dd>
> </dl>
> 2. Select the dd element and click the dt button. The following list is 
> created (as expected):
> <dl>
>    <dt>Item 1</dt>
>    <dt>Item a</dt>
> </dl>
> 3. Select the second dt element and click the dd button. Nothing happens.
> 
> C. The Tools > Transform menu does not offer any applicable 
> transformation if a dt or a dd element is chosen. I suggest it could 
> offer transform a dt into a dd element (and a dd into a dt).
> 
> Best regards,
> Bartolomé Sintes
> 
> 
> 
-- 
Irene Vatton <Irene.Vatton@inria.fr>
INRIA
Received on Friday, 5 December 2008 08:36:15 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:56 UTC