Skip to content

Commit fbae572

Browse files
committed
Move order of "invalid @nest value" to be along with other invalid keywords
1 parent 01ce975 commit fbae572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/latest/json-ld-api/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4102,6 +4102,7 @@ <h4>JsonLdErrorCode</h4>
41024102
"cyclic IRI mapping",
41034103
"invalid @id value",
41044104
"invalid @index value",
4105+
"invalid @nest value",
41054106
"invalid @reverse value",
41064107
"invalid base IRI",
41074108
"invalid container mapping",
@@ -4112,7 +4113,6 @@ <h4>JsonLdErrorCode</h4>
41124113
"invalid language mapping",
41134114
"invalid language-tagged string",
41144115
"invalid language-tagged value",
4115-
"invalid @nest value",
41164116
"invalid local context",
41174117
"invalid remote context",
41184118
"invalid reverse property",
@@ -4154,6 +4154,8 @@ <h4>JsonLdErrorCode</h4>
41544154
<dt><dfn>invalid @index value</dfn></dt>
41554155
<dd>An <code>@index</code> member was encountered whose value was
41564156
not a <a>string</a>.</dd>
4157+
<dt class="changed"><dfn>invalid @nest value</dfn></dt>
4158+
<dd class="changed">An invalid value for <code>@nest</code> has been found.</dd>
41574159
<dt><dfn>invalid @reverse value</dfn></dt>
41584160
<dd>An invalid value for an <code>@reverse</code> member has been detected,
41594161
i.e., the value was not a <a>JSON object</a>.</dd>
@@ -4189,8 +4191,6 @@ <h4>JsonLdErrorCode</h4>
41894191
associated language tag was detected.</dd>
41904192
<dt><dfn>invalid local context</dfn></dt>
41914193
<dd>In invalid <a>local context</a> was detected.</dd>
4192-
<dt class="changed"><dfn>invalid @nest value</dfn></dt>
4193-
<dd class="changed">An invalid value for <code>@nest</code> has been found.</dd>
41944194
<dt><dfn>invalid remote context</dfn></dt>
41954195
<dd>No valid context document has been found for a referenced,
41964196
remote context.</dd>

0 commit comments

Comments
 (0)