Re: RDFa RFE: No Mandated DOCTYPE

Le 22 nov. 2007 à 18:42, Sean B. Palmer a écrit :
> "4) There MUST be a DOCTYPE declaration in the document prior to the
> root element."
> - http://www.w3.org/TR/2007/WD-rdfa-syntax-20071018/#docconf
>
> What's the rationale for mandating a DOCTYPE?

would the following be a solution for you?



<html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:dc="http://purl.org/dc/elements/1.1/"

       version="xhtml11 rdfa svg">

<body>
    This photo was taken by
    <span class="author"
          about="photo1.jpg"
          property="dc:creator">Mark Birbeck</span>.
</body>
</html>



[1]: http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2007Oct/0066.html

--
Karl Dubost - W3C
http://www.w3.org/QA/
Be Strict To Be Cool

Received on Monday, 26 November 2007 02:43:11 UTC