illformed document validated

Below is a small test document which in my opinion is not valid html but is
validated by the W3C validator at http://validator.w3.org/.

Also the Show Source, Show Parse Tree and Show Outline options are ignored;
when a document validates, none of the information indicated by the options is
shown, and when it does not, the source is shown, regardless of the option
settings.

Please send a CC of your replies to my address as I am not subscribed to the
validator mailing list.

Regards,
Karl-Michael Schneider


<!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=iso-8859-1">
  <title>Test</title>
</head>

<p>Test</p>
</body>
</html>

Received on Monday, 15 July 2002 08:58:30 UTC