Missing html end tag not seen by the validator

Hi all,

That document is properly validated:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Test</title>
</head>
<body>

<ul>
<li>Test.</li>
</ul>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Shouldn't have it failed?  (missing </body></html> tag)

-- 
Julien ÉLIE

« L'éternité, c'est long, surtout vers la fin. » (Woody Allen) 

Received on Tuesday, 19 January 2010 00:03:20 UTC