Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Move order of "invalid @nest value" to be along with other invalid ke…
…ywords
  • Loading branch information
gkellogg committed Jan 12, 2017
commit fbae5727fc5367392a689184cb3417cd76ead52d
6 changes: 3 additions & 3 deletions spec/latest/json-ld-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4102,6 +4102,7 @@ <h4>JsonLdErrorCode</h4>
"cyclic IRI mapping",
"invalid @id value",
"invalid @index value",
"invalid @nest value",
"invalid @reverse value",
"invalid base IRI",
"invalid container mapping",
Expand All @@ -4112,7 +4113,6 @@ <h4>JsonLdErrorCode</h4>
"invalid language mapping",
"invalid language-tagged string",
"invalid language-tagged value",
"invalid @nest value",
"invalid local context",
"invalid remote context",
"invalid reverse property",
Expand Down Expand Up @@ -4154,6 +4154,8 @@ <h4>JsonLdErrorCode</h4>
<dt><dfn>invalid @index value</dfn></dt>
<dd>An <code>@index</code> member was encountered whose value was
not a <a>string</a>.</dd>
<dt class="changed"><dfn>invalid @nest value</dfn></dt>
<dd class="changed">An invalid value for <code>@nest</code> has been found.</dd>
<dt><dfn>invalid @reverse value</dfn></dt>
<dd>An invalid value for an <code>@reverse</code> member has been detected,
i.e., the value was not a <a>JSON object</a>.</dd>
Expand Down Expand Up @@ -4189,8 +4191,6 @@ <h4>JsonLdErrorCode</h4>
associated language tag was detected.</dd>
<dt><dfn>invalid local context</dfn></dt>
<dd>In invalid <a>local context</a> was detected.</dd>
<dt class="changed"><dfn>invalid @nest value</dfn></dt>
<dd class="changed">An invalid value for <code>@nest</code> has been found.</dd>
<dt><dfn>invalid remote context</dfn></dt>
<dd>No valid context document has been found for a referenced,
remote context.</dd>
Expand Down