- From: Jelks Cabaniss <jelks@jelks.nu>
- Date: Sat, 10 Apr 1999 01:01:02 -0400
- To: <html-tidy@w3.org>
Nice new version (and pages :) -- many thanks! I've noticed some odd behavior with Tidy that seems to be with us even with the new version. Given the following input: <html> <head> <title>Tidy Test Page</title> </head> <body> <table> <tr> <td bgcolor="#FFFF00" align="left"> <font face="garamond" color="#FF0000">Foo</font></td> </tr> </table> </body> </html> with the -c option, all Tidy does is add a 3.2 DOCTYPE and change the TD to this: <td bgcolor="#FFFF00" align="left">Foo</td> 1) It strips the <font...>, but adds no corresponding CSS. 2) It also doesn't seem to want to CSSify the BGCOLOR and ALIGN attributes of TD.
Received on Saturday, 10 April 1999 01:01:36 UTC