Possible invalid validation

Hello all,

I was validating a page today and discovered an unterminated <a> that
wasn't caught by the validator.  Maybe it's valid HTML, in which case,
nevermind :)  But it'd be nice if the validator could spit out a warning
in cases like this...

thanks,

trannie


--cut--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>foo!</title>
</head>
<body>
<a href="bar">baz</a<<br>
Hello, world!
</body>
</html>

Received on Monday, 10 June 2002 17:33:16 UTC