diff --git a/relative-json-pointer.xml b/relative-json-pointer.xml
index ee89125b..145582a8 100644
--- a/relative-json-pointer.xml
+++ b/relative-json-pointer.xml
@@ -57,8 +57,8 @@
JSON Pointer (RFC 6901) is a syntax for specifying
locations in a JSON document, starting from the document root. This
- document defines an extension to the JSON Pointer syntax, allowing
- relative locations from within the document.
+ document defines a related syntax allowing identification of relative locations
+ from within the document.
@@ -82,7 +82,7 @@
The separation between the integer prefix and the JSON Pointer will
- always be unambigious, because a JSON Pointer must be either zero-
+ always be unambiguous, because a JSON Pointer must be either zero-
length or start with a '/' (%x2F). Similarly, a JSON Pointer will
never be ambiguous with the '#'.
@@ -240,11 +240,24 @@
+
+
+ Relative JSON Pointers are intended as a companion to JSON Pointers.
+ Applications MUST specify the use of each syntax separately.
+ Defining either JSON Pointer or Relative JSON Pointer as an acceptable
+ syntax does not imply that the other syntax is also acceptable.
+
+
+
The language and structure of this specification are based heavily on
, sometimes quoting it outright.
+
+ This draft remains primarily as written and published by Geraint Luff,
+ with only minor subsequent alterations under new editorship.
+
@@ -278,5 +291,26 @@
&RFC4627;
+
+
+
+ This section to be removed before leaving Internet-Draft status.
+
+
+
+
+
+ Revived draft with identical wording and structure.
+ Clarified how to use alongside JSON Pointer.
+
+
+
+
+ Initial draft.
+
+
+
+
+