Unfortunately, I don't think that the RDFa markup for sioc:reply_of will be parsed by most parsers with the current markup.

Here is a simplified version of the markup:

test

Because the span with the @rel is inside a div with @property, the parser will never see the span, since it will parse the content as an XML literal. This was confirmed by Shelley Powers ("Practical RDF").

Maybe something happened with the comment body as field patch?

Comments

Anonymous’s picture

Oh, crud

the code there was supposed to be

<div about="node/1#comment-1">
    <div property="content:encoded">
      <span rel="sioc:reply_of" resource="node/1"></span><p>test</p>
    </div>
</div>
Anonymous’s picture

Issue tags: +RDF, +RDFa
scor’s picture

Status: Needs work » Closed (duplicate)

yup, that's one of the reasons why #664602: Wrap comment body in a tag was created at the first place. But now that we have comment body as field, once we #652246: Optimize theme('field') and use it for comment body this bug will be fixed.

Anonymous’s picture

Ah, that makes sense. Whew!