Bug with <col> ?

Hi,

With a very simple document (see below, <html> and <head> elements
omitted, XHTML 1.1 document type),Amaya-8.0 (Linux, GTK binaries on Debian and
Redhat as well) will not not show the columns with their proper width.

I'am not very sure <col width="whatever"> should still be honored in XHTML
1.1 but it is still accepted by Amaya and displays as expected in other
browsers (Mozilla, Galeon)...

Sorry if this bug has already been reported.

Cheers,

Serge Torres

LIP - Ens Lyon

==============================================================================

<body>

<table border="1" width="100%">
  <caption></caption>
  <colgroup><col width="25%" /><col width="75%" /></colgroup>
  <tbody>
    <tr>
      <td></td>
      <td></td>
    </tr>
    <tr>
      <td></td>
      <td></td>
    </tr>
  </tbody>
</table>
</body>

Received on Monday, 12 May 2003 12:01:08 UTC