- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Thu, 26 Mar 2009 21:45:49 -0400
- To: Olivier Thereaux <ot@w3.org>
- CC: public-rdfa@w3.org
Toby A Inkster wrote:
> The new version of the validator is now live:
>
> http://lists.w3.org/Archives/Public/www-validator/2009Mar/0049.html
>
> This incorporates my patch for RDFa "valid" icons. Validate an
> XHTML+RDFa page and you'll see what I mean.
In the section titled '"valid" Icon(s) on your Web page':
The DC Terms prefix is declared thusly:
xmlns:dc="http://purl.org/dc/terms/"
but is used like this (note 'dct', not 'dc'):
rel="dct:conformsTo"
in this block of XHTML+RDFa:
<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>
Suggest that the markup is changed slightly to this:
xmlns:dct="http://purl.org/dc/terms/"
-- manu
--
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: Absorbing Costs Considered Harmful
http://blog.digitalbazaar.com/2009/02/27/absorbing-costs-harmful
Received on Friday, 27 March 2009 01:46:30 UTC