iframe question concerning the w3c validation service

G'day all,
If i plug the following html

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-au" lang="en-au">
<head><title>Test</title>
</head>
<body>
<iframe id="Retrieve" style="border:0;width:100;height:100" 
src="/null.html"></iframe>
</body>
</html>

into the http://validator.w3.org/file-upload.html service, i get the 
following errors, but everything i have read suggests the iframe is a 
valid tag in xhtml.

    1.  Line 9, column 11:  there is no attribute "id"  (explain...).

   <iframe id="Retrieve" style="border:0;width:100;height:100" 
src="/null.html"></i
              ^

    2. Line 9, column 28: there is no attribute "style" (explain...).

   <iframe id="Retrieve" style="border:0;width:100;height:100" 
src="/null.html"></i
                               ^

    3. Line 9, column 64: there is no attribute "src" (explain...).

   ..."Retrieve" style="border:0;width:100;height:100" 
src="/null.html"></iframe>
                                                           ^

    4. Line 9, column 76: element "iframe" undefined (explain...).

   ...:0;width:100;height:100" src="/null.html"></iframe>
                                               ^


If anyone could point out what, if anything i did wrong, it would be 
most appreciated.
Uru
-David Dick

Received on Tuesday, 17 December 2002 04:08:17 UTC