Skip to content

Commit cca90b1

Browse files
committed
Create values for _context document_ and _loaded context_ in the case that the previous document was cached in 5.2.3 of the Create Context Algorithm.
Fixes #372.
1 parent 71e1f0c commit cca90b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,10 @@ <h3>Algorithm</h3>
12501250
<li class="changed">If <var>context</var> was previously dereferenced,
12511251
then the processor MUST NOT do a further dereference, and
12521252
<a>context</a> is set to the
1253-
previously established <a>internal representation</a>.
1253+
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>.
12541257
<div class="note">Only the `@context` <a>entry</a> need be retained.</div>
12551258
</li>
12561259
<li class="changed">Otherwise, set <var>context document</var>

0 commit comments

Comments
 (0)