- From: Dave J Woolley <david.woolley@bts.co.uk>
- Date: Wed, 21 Feb 2001 12:20:40 -0000
- To: "'www-amaya@w3.org'" <www-amaya@w3.org>
The following HTML which is valid except for a missing DOCTYPE, and has valid CSS, causes NT Amaya 4.2.1 to close down without issuing any diagnostics. It works on IE 5.01, and displays on Mozilla 0.8 and NS 4.75, although fails to centre. <title>test</title> <style type="text/css"> body {text-align: center} table {display: inline-table; width: 50%}} table * {text-align: left </style> <table> <tr> <td>xxxxx</td> <td>yyyy</td> </tr> <tr> <td>y</td> <td>z</td> </tr> </table> (See w3c-wai-ig@w3.org for the background to this!)
Received on Wednesday, 21 February 2001 07:20:41 UTC