Re: Updated Editor's Draft of rdfa-syntax

Ivan Herman wrote:
> 
> Well... I still have to check what exactly this 'CSS' approach says
> about the literals. At the moment, I just copy verbatim what is in the
> original text.

That's just about making sure that things can be implemented client
side: browser DOMs handle white space in interestingly useful ways, and
we just want to be compliant with that approach. So many spaces = one
space, that sort of things.

e.g.

<span property="dc:title">
   Foo
</span>

will yield " Foo " as the literal.

> And, of course, I am anxiously waiting for the
> @instanceof finalization, to get that done, too...:-)

working on it...

-Ben

Received on Thursday, 27 September 2007 00:58:47 UTC