Re: Test Case #105: inner @rel is neither CURIE nor link type behavior

Mark Birbeck wrote:
> This is *not* what should be generated. :)
> 
> It should be:
> 
>   <> dc:creator _:a .
> 
> However, I can't tell whether the @href should be a @src--if it is,
> then your test is correct, but then I don't see what the second @rel
> is doing.

Blame it on my stupid example from earlier.... Let's use different 
markup that doesn't confuse the issue:

<div about="" rel="dc:creator">
   <a rel="myfoobarrel" href="blah.html">blah</a>
</div>

-Ben

Received on Saturday, 10 May 2008 19:28:50 UTC