Skip to content

Update IRI Expansion to not return values including a : that are not absolute IRIs #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 4, 2018

Conversation

gkellogg
Copy link
Member

@gkellogg gkellogg commented Oct 3, 2018

but continue processing.

Fixes w3c/json-ld-syntax#66.


Preview | Diff

@gkellogg
Copy link
Member Author

gkellogg commented Oct 3, 2018

@iherman small change to fix this issue; what's in the Changes section could go in errata.

index.html Outdated
@@ -1514,7 +1514,8 @@ <h3>Algorithm</h3>
for <var>prefix</var>, return the result of concatenating
the <a>IRI mapping</a> associated with <var>prefix</var> and
<var>suffix</var>.</li>
<li>Return <var>value</var> as it is already an <a>absolute IRI</a>.</li>
<li><span class="changed">If <var>value</var> as the form of an <a>absolute IRI</a></span>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't that be "If value has the form of an..."?

@iherman
Copy link
Member

iherman commented Oct 4, 2018

@iherman small change to fix this issue; what's in the Changes section could go in errata.

@gkellogg, I am not sure what you are asking. Do you mean that this should be included in the errata for the API rec? (I guess the answer is yes...)

@gkellogg
Copy link
Member Author

gkellogg commented Oct 4, 2018

Yes, as we discussed in the call, this should be considered to be an errata on the API spec.

@iherman
Copy link
Member

iherman commented Oct 4, 2018

In my view, 1. record the erratum and 2. merge!

@gkellogg gkellogg merged commit 9d7dbd4 into master Oct 4, 2018
@gkellogg gkellogg deleted the fragment-identifier-not-compact-iri branch October 4, 2018 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fragment identifiers with ':'
2 participants