Re: [URGENT] Re: RDFa Core 1.1 XML+RDFa spec bug?

On 03/25/2011 05:46 AM, Nathan wrote:
> the parent object is set to value of current object resource, if
> non-null, or the value of new subject, if non-null, or the value of the
> parent subject of the current evaluation context;
> = null
> 
> all the values are set to null.

Re-read that step.

'parent subject' = 'base' at that point, not null.

'parent object' is set to 'parent subject' which was initialized to 'base'.

Which means that the next run through step 6 will set 'new subject' to
'parent subject'.

Which means that this will generate a triple:

<root>
  <blah property="dc:title">Test</blah>
</root>

What am I missing?

-- manu

-- 
Manu Sporny (skype: msporny, twitter: manusporny)
President/CEO - Digital Bazaar, Inc.
blog: Payment Standards and Competition
http://digitalbazaar.com/2011/02/28/payment-standards/

Received on Friday, 25 March 2011 17:13:57 UTC