Re: bug: displaying text which is both superscript and a target

On Saturday 12 November 2005 21:45, Christopher Evans wrote:
> In Amaya 9.2.2 running on Win XP Pro, if text 'abc' in an XHTML document
> is enclosed within <sup>[<a id="xxx">abc</a>]</sup> it displays as
> subscript.
>
> Christopher Evans
>
> Example:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
>         "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
> <head>
>    <meta http-equiv="content-type"
>    content="application/xhtml+xml; charset=UTF-8" />
>    <title>Yin and Rou</title>
>    <meta name="generator" content="amaya 9.2.2, see
> http://www.w3.org/Amaya/"
>    />
>    <link href="style.css" rel="stylesheet" type="text/css" />
> </head>
>
> <body>
> <p> xyz <sup>[<a id="r1">abc</a>]</sup></p>
> </body>
> </html>

Yes, there is a formatting bug when anchor is inserted into a sup.
Thanks for the report
-- 
     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 Tuesday, 15 November 2005 08:24:27 UTC