Remove default value of JsonLdOptions base
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 08 May 2013 17:45:08 +0200
changeset 1643 cae2dd6532cd
parent 1642 063c14bc4cf0
child 1644 2c479b5337f6
Remove default value of JsonLdOptions base

This addresses #223.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Wed May 08 17:02:57 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Wed May 08 17:45:08 2013 +0200
@@ -3911,11 +3911,9 @@
       <a>JsonLdProcessor</a> methods.</p>
 
     <dl title="dictionary JsonLdOptions" class="idl">
-      <dt>DOMString base</dt>
-      <dd>The base IRI to use when expanding or compacting the document. This overrides the value of
-        <em>input</em> if it is an IRI. If not specified and <em>input</em> is not
-        an IRI, the base IRI defaults to the current document IRI if in a browser context,
-        or the empty string if there is no document context.
+      <dt>DOMString? base</dt>
+      <dd>The base IRI to use when expanding or compacting the document. If set, this overrides
+        the input document's IRI.
         <div class="issue atrisk" data-number="6" title="Default value of base member in JsonLdOptions">
           <p class="atrisk-head">Note: This feature is
             <a href="http://www.w3.org/2005/10/Process-20051014/tr#cfi">"at risk"</a> and may