--- a/spec/latest/json-ld-api/index.html Wed Mar 28 19:37:18 2012 +0800
+++ b/spec/latest/json-ld-api/index.html Wed Mar 28 19:42:32 2012 +0800
@@ -897,8 +897,7 @@
The JSON-LD data structure that is produced as output by the algorithm.
</dd>
<dt><tdef>term</tdef></dt><dd>
- A <tref>term</tref> is a short word defined with a <a href="#context">context</a> that MAY be expanded
- to an <tref>IRI</tref>
+ A <tref>term</tref> is a short word defined in a context that MAY be expanded to an <tref>IRI</tref>
</dd>
<dt><tdef>prefix</tdef></dt><dd>
A <tref>prefix</tref> is a <tref>term</tref> that expands to a vocabulary base IRI. It
@@ -917,7 +916,7 @@
</section>
<section>
- <h2 id="context">Context</h2>
+ <h2 id="context">Context Processing</h2>
<p>Processing of JSON-LD data structure is managed recursively.
During processing, each rule is applied using information provided by the <tref>active context</tref>.
Processing begins by pushing a new <tref>processor state</tref> onto the <tref>processor state</tref> stack and
@@ -1189,7 +1188,7 @@
<li>Otherwise, if <em>element</em> is an object
<ol class="algorithm">
<li>If <em>element</em> has a <code>@context</code> property, update the <tref>active context</tref> according
- to the steps outlined in the <a href="#context">context</a> section and remove the <code>@context</code> property.</li>
+ to the steps outlined in <a href="#context-processing">Context Processing</a> and remove the <code>@context</code> property.</li>
<li>For each <em>property</em> and <em>value</em> in <em>element</em>:
<ol class="algorithm">
<li>Set <em>property</em> as <tref>active property</tref>.</li>