-
Notifications
You must be signed in to change notification settings - Fork 153
Description
There is a branch with bunch of tests for jsonld 1.1 implementation actually merged into develop. Is there a plan to move to support of jsonld 1.1 in master?
It seems that some test in develop branch can be actually removed from skipped as they pass, on the other hand there might be other that will fail.
Besides the conformance with the tests there are also references to the documentation, for example in the Context file the code has references to http://json-ld.org/spec/latest/json-ld-api/#iri-expansion, but the specification was moved to https://w3c.github.io/json-ld-api/#iri-expansion (or better https://www.w3.org/TR/json-ld11-api/).
As there were some changes between the specifications, the mapping does not match. In addition some algorithms (expansion) do not seems to match neither of the documents.