Re: Meta element with property attribute inside body

Stéphane Corlosquet <scorlosquet@gmail.com>, 2013-07-05 12:23 -0400:

> Looks like http://validator.w3.org/nu/ does allow meta elements with the
> RDFa Lite property attribute. The rules are defined in HTML+RDFa 1.1 [1].
...
> In other words, this markup should validate when placed inside the body of
> an HTML5 document.
> <meta property="dc:creator" content="Fyodor Dostoevsky" />
> <link property="dc:creator" href="http://example.org/" />
> 
> I've placed a document with this markup at [2].

I made some changes to the validator sources and pushed them to the W3C
validator. The document at [2] should validate as expected now.

  http://validator.w3.org/nu/?doc=http%3A%2F%2Ffiles.openspring.net%2F2013%2Frdfa%2Fmeta-link.html

> [1] http://www.w3.org/TR/html-rdfa/#extensions-to-the-html5-syntax
> [2] http://files.openspring.net/2013/rdfa/meta-link.html

-- 
Michael[tm] Smith http://people.w3.org/mike

Received on Tuesday, 9 July 2013 13:12:26 UTC