We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e1f0c commit cca90b1Copy full SHA for cca90b1
index.html
@@ -1250,7 +1250,10 @@ <h3>Algorithm</h3>
1250
<li class="changed">If <var>context</var> was previously dereferenced,
1251
then the processor MUST NOT do a further dereference, and
1252
<a>context</a> is set to the
1253
- previously established <a>internal representation</a>.
+ previously established <a>internal representation</a>,
1254
+ set <var>context document</var> to the previously dereferenced document,
1255
+ and set <var>loaded context</var> to the value of the `@context`
1256
+ <a>entry</a> from the document in <var>context document</var>.
1257
<div class="note">Only the `@context` <a>entry</a> need be retained.</div>
1258
</li>
1259
<li class="changed">Otherwise, set <var>context document</var>
0 commit comments