- From: Jose Carlos Oliveira Santos <jcsantos@fc.up.pt>
- Date: Fri, 15 Jun 2001 14:53:31 +0100 (WET DST)
- To: www-amaya@w3.org
Hi
At the end of this I am sending a valid HTML file that contains
only the text "New-user.htm" within a table. With Amaya 4.3.2 (under
win95) that text gets hyphenated as:
New-user.h-
tm
It sure looks like a bug.
Best regards
José Carlos Santos
---------------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
<title>Example</title>
</head>
<body>
<table cellpadding="0">
<tbody>
<tr>
<td>New-user.htm</td>
</tr>
</tbody>
</table>
</body>
</html>
Received on Friday, 15 June 2001 09:54:32 UTC