Do not process expandContext twice
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sun, 11 Aug 2013 22:07:57 +0200
changeset 1857 5924da0353cd
parent 1856 fd3c1b9c1e50
child 1858 c42e63624d47
Do not process expandContext twice

It is already processed in the algorithms of JsonLdProcessor's methods
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Sun Aug 11 21:59:16 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Sun Aug 11 22:07:57 2013 +0200
@@ -1415,11 +1415,7 @@
 
       <p>The algorithm takes three input variables: an <tref>active context</tref>,
         an <tref>active property</tref>, and an <i>element</i> to be expanded.
-        To begin, the <tref>active context</tref> is set to the result of performing,
-        <a href="#context-processing-algorithm">Context Processing</a> on the passed
-        <code class="idlMemberName"><a href="#widl-JsonLdOptions-expandContext">expandContext</a></code>,
-        or empty if <code class="idlMemberName"><a href="#widl-JsonLdOptions-expandContext">expandContext</a></code>
-        is <tref>null</tref>, <tref>active property</tref> is set to <tref>null</tref>,
+        To begin, the <tref>active property</tref> is set to <tref>null</tref>,
         and <i>element</i> is set to the <tref>JSON-LD input</tref>.</p>
 
       <ol class="algorithm">