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
Comment #1
Anonymous (not verified) commentedOh, crud
the code there was supposed to be
Comment #2
Anonymous (not verified) commentedComment #3
scor commentedyup, 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.
Comment #4
Anonymous (not verified) commentedAh, that makes sense. Whew!