Skip to content

Make sure xref is wrapped in t tag to fix #814 #839

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 1 commit into from
Jan 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions relative-json-pointer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,12 @@
the new referenced value is that object.
</t>
</list>
</t>
<t>
If the remainder of the Relative JSON Pointer is a JSON Pointer, then
evaluation proceeds as per <xref target="RFC6901">RFC 6901, Section 4</xref>
("Evaluation"), with the modification that the initial reference
evaluation proceeds as per
<xref target="RFC6901">RFC 6901, Section 5</xref>
with the modification that the initial reference
being used is the reference currently being held (which may not be
root of the document).
</t>
Expand Down