Re: Updated the core spec (ISSUE-106 ISSUE-107)

On Fri, 16 Sep 2011 11:28:36 +0200
Ivan Herman <ivan@w3.org> wrote:

> - adds the list management to the processing steps, following Gregg's
> description on the Wiki

Not sure the algorithm described works properly.

Using the first example here:
<http://www.w3.org/blog/SW/2011/09/19/recent-changes-in-rdfa-1-1/>

I get the following output:

@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dc: <http://purl.org/dc/terms/> .
[] a bibo:Chapter ;
   dc:title "Semantic Annotation and Retrieval" ;
   dc:creator ("Ben Adida"), ("Mark Birbeck"), ("Ivan Herman") .

That is, three single-item lists. This is because, as per step 14 of
the processing sequence, a list is generated each time one of the <span
inlist> elements is complete.

Now, it's quite possible I've done something wrong. Has anyone else
managed to implement it using the algorithm described in the spec?

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Wednesday, 21 September 2011 13:24:53 UTC