Rename section "Context" to "Context Processing"
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 28 Mar 2012 19:42:32 +0800
changeset 413 349e7f86ba02
parent 412 f46f7cea8495
child 414 c8a07014de73
Rename section "Context" to "Context Processing"
spec/latest/json-ld-api/index.html
--- 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>