Hi there, all your icons that show that a page is checked and all those sample HTML to show how to include these Icons do have a wrong URI within <img src="">. And no, your validator does not find these errors on pages that include these wrong URIs. For instance: When your validator believes a page is valid XHTML Basic it shows a result page which includes: <img width="88" height="31" alt="Valid XHTML Basic 1.0!" src="http://validator.w3.org//images/vxhtml-basic10" class="inline-badge"> and an HTML sample: <pre> <p> <a href="http://validator.w3.org/check/referer"><img src="http://validator.w3.org//images/vxhtml-basic10" alt="Valid XHTML Basic 1.0!" height="31" width="88" /></a> </p> </pre> Both include two slashes between your domain and the directory "images". That's, of course, an invalid URI. It should read: http://validator.w3.org/images/vxhtml-basic10 (not http://validator.w3.org//images/vxhtml-basic10). Yours, Joerg Hartmann, PotsdamReceived on Saturday, 8 November 2003 13:25:21 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 April 2012 12:14:10 GMT