We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecae41d commit 8c546b9Copy full SHA for 8c546b9
spec/latest/json-ld-api/index.html
@@ -1097,7 +1097,7 @@ <h3>Expansion Algorithm</h3>
1097
If <em>property</em> is <code>@list</code> and any entry in <em>value</em> is a
1098
<tref>JSON object</tref> containing an <code>@list</code> property, return an error, as
1099
lists of lists are not supported.</li>
1100
- <li>Otherwise, if the <em>property</em> is not a keyword and its associated <tref>term</tref> entry in
+ <li>Otherwise, if <em>value</em> is a <tref>JSON object</tref> and <em>property</em> is not a keyword and its associated <tref>term</tref> entry in
1101
the <tref>active context</tref> has a <code>@container</code> key associated with a value of <code>@language</code>,
1102
process the associated <em>value</em> as a <em>language map</em>:
1103
<ol class="algorithm">
0 commit comments