Skip to content

Commit c73219d

Browse files
committed
previous context is not a var, it is a defined term
1 parent cbde389 commit c73219d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ <h3>Overview</h3>
10741074
Please note that <code>@base</code> is ignored when processing remote contexts.</p>
10751075

10761076
<p class="changed">If <a>context</a> is not to be propagated,
1077-
a reference to the <var>previous context</var> is retained so that
1077+
a reference to the <a>previous context</a> is retained so that
10781078
it may be rolled back when a new <a>node object</a> is entered.
10791079
By default, all contexts are propagated, other than <a>type-scoped contexts</a>.</p>
10801080

@@ -1307,7 +1307,7 @@ <h3>Algorithm</h3>
13071307
<li>Otherwise, if its value is not <a>boolean</a> <code>true</code> or <code>false</code>,
13081308
an <a data-link-for="JsonLdErrorCode">invalid @propagate value</a>
13091309
error has been detected and processing is aborted.</li>
1310-
<li>Otherwise, <var>previous context</var> was determined before,
1310+
<li>Otherwise, <a>previous context</a> was determined before,
13111311
and no further processing is necessary.</li>
13121312
</ol>
13131313
</li>

0 commit comments

Comments
 (0)