You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Hans Brende (JIRA)" <ji...@apache.org> on 2018/08/02 22:05:00 UTC

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

     [ https://issues.apache.org/jira/browse/ANY23-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Brende reassigned ANY23-237:
---------------------------------

    Assignee: Hans Brende

> 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
>            Assignee: Hans Brende
>            Priority: Major
>             Fix For: 2.3
>
>
> 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
(v7.6.3#76005)