TD Ignored

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