a validator bug?

Dear W3C Validator Team,

The following HTML source (made available online at
http://gege.dsd.sztaki.hu/invalid.html) validates as HTML 4.01
Transitional, despite the fact that the last closing </tr> tag misses
its closing > sign.

	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
	<html>
	<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
	<title>Invalid HTML</title>
	</head>
	<body>
	
	<table border="1">
		<tr>
			<td>
				xxx
			</td>
		</tr
	</table>
	
	</body>
	</html>

Where is the problem?

Best regards,

Gergo KISS

PS. When replying, please CC to my address, since I am not on the list.

Received on Thursday, 10 July 2003 08:40:59 UTC