bug: displaying text which is both superscript and a target

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>





-- 
christopher@cechinatrans.demon.co.uk
http://www.cechinatrans.demon.co.uk/home.html

Received on Saturday, 12 November 2005 20:46:09 UTC