- From: Jose Carlos Santos <jcsantos@fc.up.pt>
- Date: Thu, 17 Apr 2003 17:44:43 -0400 (EDT)
- To: <www-amaya@w3.org>
Hi all, There's a bug at Amaya 8.0 for Windows. Consider the following HTML file: ------------------------- bug.html -------------------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Bug</title> <link href="bug.css" rel="stylesheet" type="text/css" /> </head> <body> <table> <tr><td>bug</td></tr> </table> </body> </html> ------------------------------------------------------------- together with the following CSS file: -------------------------- bug.css -------------------------- table { margin-left: auto; margin-right: auto } ------------------------------------------------------------- If I open the file bug.html with Amaya 8.0 in a non-maximized window everything looks right, but if I maximize the window then the word "bug" appears at the right, not centered. If I reload the file, then the word "bug" appears centered again. This happens both under Windows 98 and Windows 2000. Best regards Jose Carlos Santos
Received on Friday, 18 April 2003 04:56:20 UTC