- From: Jörg Hartmann <jhartmann@aquilacoop.de>
- Date: Fri, 7 Nov 2003 19:29:20 +0100
- To: <www-validator@w3.org>
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, Potsdam
Received on Saturday, 8 November 2003 13:25:21 UTC