- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 09 Dec 2005 12:47:33 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2573
Summary: The validator is giving the wrong example.
Product: Validator
Version: HEAD
Platform: All
URL: http://validator.w3.org/check
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: ot@w3.org
ReportedBy: erik@concept7.nl
QAContact: www-validator-cvs@w3.org
After succesfuly validating a xhtml strict document. You get the following code
to put on your website.
<p>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
</p>
The thing is in XHTML strict; the width and height attributes aren't allowed for
the img element.
I'm not sure if this should be calles a bug, but I do know it's just plain stupid.
Received on Friday, 9 December 2005 12:50:28 UTC