--- a/spec/latest/json-ld-api/index.html Wed Mar 21 23:09:11 2012 +0800
+++ b/spec/latest/json-ld-api/index.html Wed Mar 21 23:43:33 2012 +0800
@@ -821,6 +821,7 @@
<li>Create a new, empty <tref>local context</tref>.</li>
<li>Let <em>value</em> be the value of <code>@context</code>
<ol id="process-context" class="algorithm">
+ <li>If <em>value</em> equals <code>null</code>, reset the <tref>active context</tref> to the <tref>initial context</tref></li>
<li>If <em>value</em> is an <tref>array</tref>, process
each element as <em>value</em>, in order using <a href="#process-context">Step 2</a>.</li>
<li>If <em>value</em> is a simple <tref>string</tref>, it MUST have a lexical form of <tref>absolute IRI</tref>.
@@ -873,7 +874,7 @@
</ol>
</li>
<li>Merge the <tref>local context</tref> into the <tref>active context</tref>.</li>
- <li>Repeat <a href="#object-context">Step 2.3.2</a> until no entries are added to the <tref>local
+ <li>Repeat <a href="#object-context">Step 3.3.2</a> until no entries are added to the <tref>local
context</tref>.</li>
</ol>
</li>