You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "stephane corlosquet (JIRA)" <ji...@apache.org> on 2014/09/11 06:17:34 UTC

[jira] [Created] (ANY23-237) Fix RDFa test 0087: stylesheet reserved word is stripped out

stephane corlosquet created ANY23-237:
-----------------------------------------

             Summary: Fix RDFa test 0087: stylesheet reserved word is stripped out
                 Key: ANY23-237
                 URL: https://issues.apache.org/jira/browse/ANY23-237
             Project: Apache Any23
          Issue Type: Bug
            Reporter: stephane corlosquet


We have pretty much 100% green results on the official RDFa test suite at http://rdfa.info/test-suite/. There is only one fail remaining: test 0087.

For some reason, any23 isn't able to extract a triple out of this markup:
{code}
         <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a>
{code}
when it can extract the right triple for all the other elements in the test such as 
{code}
         <a rel=":alternate" href="http://example.org/alternate">alternate</a>
{code}

I'm going to need some help to figure this out, as I have no idea what part of any23 is causing this. I checked the same test on semargl (our RDFa parser) and it is passing no problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)