- From: Shane McCarron <shane@aptest.com>
- Date: Mon, 21 Jul 2008 08:39:31 -0500
- To: Fabien Gandon <Fabien.Gandon@sophia.inria.fr>
- CC: Toby A Inkster <tai@g5n.co.uk>, public-rdf-in-xhtml-tf@w3.org
Fabien Gandon wrote: > > Toby, > > Thanks for the pointer. > I reviewed section 4.1, 5.4.3 and 5.4.4 in > http://www.w3.org/TR/2008/CR-rdfa-syntax-20080620 > and I would like to make sure I understand this properly before > changing the profile: > > 1, when the default namespace is http://www.w3.org/1999/xhtml > only reserved values are allowed as non prefixed predicate names. Not exactly. It has nothing to do with the default XML namespace. CURIEs in RDFa only permit certain non-prefixed values. Always. > > 2, section 4.1 says "the document must explicitly contain an xmlns > declaration for the XHTML namespace" but > a, does it have to be the default namespace? Not as such, although you won't validate if it is not without some careful internal subset nonsense. Again, the default "namespace" has nothing to do with the default "vocabulary" associated with CURIEs. > > b, do we have to check if the qname of a property has a prefix that > correspond to the XHTML namespace and test if its value is a reserved > one? > i.e. should we reject this: > <link rel="xhv:foo" href="http://example.org/page2.html" /> No. -- Shane P. McCarron Phone: +1 763 786-8160 x120 Managing Director Fax: +1 763 786-8180 ApTest Minnesota Inet: shane@aptest.com
Received on Monday, 21 July 2008 13:40:25 UTC