Use the base option instead of the mistakenly used compactArrays option
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sun, 11 Aug 2013 21:59:16 +0200
changeset 1856 fd3c1b9c1e50
parent 1855 a2e31cf549bc
child 1857 5924da0353cd
Use the base option instead of the mistakenly used compactArrays option

... when setting the base.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Aug 08 15:44:02 2013 -0400
+++ b/spec/latest/json-ld-api/index.html	Sun Aug 11 21:59:16 2013 +0200
@@ -933,7 +933,7 @@
               <tref>active context</tref> is set to the IRI of the currently being processed
               document (which might be different from the currently being processed context),
               if available; otherwise to <tref>null</tref>. If set, the
-              <code class="idlMemberName"><a href="#widl-JsonLdOptions-compactArrays">compactArrays</a></code>
+              <code class="idlMemberName"><a href="#widl-JsonLdOptions-base">base</a></code>
               option of a <tref>JSON-LD API Implementation</tref> overrides the <tref>base IRI</tref>.</li>
             <li>If <i>context</i> is a <tref>string</tref>,
               <ol class="algorithm">
@@ -3839,7 +3839,7 @@
           <li>Initialize a new empty <tref>active context</tref>. The <tref>base IRI</tref>
             of the <tref>active context</tref> is set to the IRI of the currently being processed
             document, if available; otherwise to <tref>null</tref>. If set, the
-            <code class="idlMemberName"><a href="#widl-JsonLdOptions-compactArrays">compactArrays</a></code>
+            <code class="idlMemberName"><a href="#widl-JsonLdOptions-base">base</a></code> option
             overrides the <tref>base IRI</tref>.</li>
           <li>If an
             <code class="idlMemberName"><a href="#widl-JsonLdOptions-expandContext">expandContext</a></code>
@@ -3903,7 +3903,7 @@
           <li>Initialize a new empty <tref>active context</tref>. The <tref>base IRI</tref>
             of the <tref>active context</tref> is set to the IRI of the currently being processed
             document, if available; otherwise to <tref>null</tref>. If set, the
-            <code class="idlMemberName"><a href="#widl-JsonLdOptions-compactArrays">compactArrays</a></code>
+            <code class="idlMemberName"><a href="#widl-JsonLdOptions-base">base</a></code> option
             overrides the <tref>base IRI</tref>.</li>
           <li>If an
             <code class="idlMemberName"><a href="#widl-JsonLdOptions-expandContext">expandContext</a></code>
@@ -3958,7 +3958,7 @@
           <li>Initialize a new empty <tref>active context</tref>. The <tref>base IRI</tref>
             of the <tref>active context</tref> is set to the IRI of the currently being processed
             document, if available; otherwise to <tref>null</tref>. If set, the
-            <code class="idlMemberName"><a href="#widl-JsonLdOptions-compactArrays">compactArrays</a></code>
+            <code class="idlMemberName"><a href="#widl-JsonLdOptions-base">base</a></code> option
             overrides the <tref>base IRI</tref>.</li>
           <li>If an
             <code class="idlMemberName"><a href="#widl-JsonLdOptions-expandContext">expandContext</a></code>
@@ -4142,13 +4142,13 @@
         <a href="http://www.w3.org/2011/rdf-wg/wiki/JSON-LD_Features_at_Risk">features "at risk" in JSON-LD 1.0</a></p>
       <p>While this document asserts that lists of lists are not
           allowed in JSON-LD, new updates to the JSON-LD algorithms do support
-          lists of lists. 
+          lists of lists.
           Implementors are asked to pay particular attention to the
-          feature and provide feedback on lists of lists and partial lists. 
+          feature and provide feedback on lists of lists and partial lists.
           The feature may remain in
-          the specification, or it may be removed after further implementation 
+          the specification, or it may be removed after further implementation
           experience has been gathered. Similarly, partial list conversion in
-          the RDF algorithms have been marked as a feature at risk and may be 
+          the RDF algorithms have been marked as a feature at risk and may be
           removed from the specification based on implementation feedback.</p>
       </div>