Skip to content

Commit 7389c65

Browse files
committed
Aother minor tweak to context processing overview.
1 parent 5175f1c commit 7389c65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,9 +808,9 @@ <h3>Overview</h3>
808808
this algorithm ensuring that there is no cyclical reference.</p>
809809

810810
<p>If <a>context</a> is a <a class="changed">dictionary</a>, we first update the
811-
<a>base IRI</a>, the <a>vocabulary mapping</a>, and the
811+
<a>base IRI</a>, the <a>vocabulary mapping</a>, <a>processing mode</a>, and the
812812
<a>default language</a> by processing three specific keywords:
813-
<code>@base</code>, <code>@vocab</code>, and <code>@language</code>.
813+
<code>@base</code>, <code>@vocab</code>, <code>@version</code>, and <code>@language</code>.
814814
These are handled before any other keys in the <a>local context</a> because
815815
they affect how the other keys are processed. Please note that <code>@base</code> is
816816
ignored when processing remote contexts.</p>

0 commit comments

Comments
 (0)