- From: Johannes Koch <koch@w3development.de>
- Date: Wed, 27 Feb 2008 09:52:58 +0100
- To: public-rdf-in-xhtml-tf@w3.org
Johannes Koch schrieb:
> I have some comments on
> <http://www.w3.org/TR/2008/WD-rdfa-syntax-20080221>:
One more thing:
section 5.5 step 4:
"if the element is the head or body element then act as if there is an
empty @about present, and process it according to the rule for @about,
above;"
As the type of @about is URIorCURIE, and "" (empty attribute) is no
valid safe CURIE, it will be treated as a URI reference, which is to be
resolved to the current base.
So e.g.
""
resolved to
http://www.example.org/foo/bar
results in
http://www.example.org/foo/
Is that what is intended?
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
Received on Wednesday, 27 February 2008 08:53:11 UTC