- From: Gerald HAMMER <hammer@andor.wiwi.uni-karlsruhe.de>
- Date: Wed, 29 Nov 2000 14:46:22 +0100
- To: www-amaya@w3.org
There is a problem with the display of tabeles in Amaya Version 4.1
LINUX-ELF binary distribution. Here is an example:
---------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Table Bug Amaya V4.1</title>
<meta http-equiv="Content-Type" content="text/html">
</head>
<body>
Une ligne de texte, suivi d'un tableau:
<table>
<tbody>
<tr>
<th>A</th>
<td>aaa</td>
</tr>
<tr>
<th valign="top" rowspan="2">B</th>
<td>bbb</td>
</tr>
<tr>
<td>ccc</td>
</tr>
<tr>
<th>D</th>
<td>ddd</td>
</tr>
</tbody>
</table>
Une autre ligne de texte.</body>
</html>
---------------------------------------
The table header of the second row (content "B") is displayed below
the line of text after the table.
Version 2.2 (the last one I used before V4.1) displays this example
correctly.
--
Prof. Dr. Gerald Hammer Tel: +49 721 608-3746
Lehrstuhl fuer Anwendungen des OR Fax: +49 721 608-4793
Universitaet Karlsruhe
D-76128 Karlsruhe (Allemagne)
Received on Wednesday, 29 November 2000 09:09:15 UTC