- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 12 Jun 2009 23:17:09 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7025
Summary: Invalid XHTML+RDFa Icon Code
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Templates
AssignedTo: dave.null@w3.org
ReportedBy: webmaster@tubo-world.de
QAContact: www-validator-cvs@w3.org
The HTML snippet for showing the icon of a successful XHTML + RDFa validation
is itself not valid. The namespace shortcut is inconsistent (dc != dct).
Wrong:
<p about="" resource="http://www.w3.org/TR/rdfa-syntax"
rel="dct:conformsTo" xmlns:dc="http://purl.org/dc/terms/">
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" /></a>
</p>
Should be:
<p about="" resource="http://www.w3.org/TR/rdfa-syntax"
rel="dct:conformsTo" xmlns:dct="http://purl.org/dc/terms/">
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://www.w3.org/Icons/valid-xhtml-rdfa" alt="Valid XHTML + RDFa" /></a>
</p>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 12 June 2009 23:17:18 UTC