[VE][65] error but why?

I'm using an object instead of iframe, cause I write in Strict. The tag is in
the body tag and I get this error. Try to validate this webpage:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
  <head>
    <title>Test</title>
  </head>
  <body>
  <object data="http://www.test.com" type="text/html" width="90%"
height="300"></object>
  </body>
</html>

Received on Monday, 20 November 2006 18:38:21 UTC