Remove Feature at risk marker for the default value of JsonLdOptions base
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 08 May 2013 17:46:06 +0200
changeset 1644 2c479b5337f6
parent 1643 cae2dd6532cd
child 1645 f507a5febc70
Remove Feature at risk marker for the 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:45:08 2013 +0200
+++ b/spec/latest/json-ld-api/index.html	Wed May 08 17:46:06 2013 +0200
@@ -3913,23 +3913,7 @@
     <dl title="dictionary JsonLdOptions" class="idl">
       <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
-            be removed from this specification based on feedback. Please send feedback to
-            <a href="mailto:public-rdf-comments@w3.org">public-rdf-comments@w3.org</a>.
-            For the current status see
-            <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>The default value of <code class="idlMemberName"><a href="#widl-JsonLdOptions-base">base</a></code>
-            in <a>JsonLdOptions</a> implies that all IRIs that cannot be compacted otherwise
-            are transformed to relative IRIs during compaction. To avoid that data is being
-            lost, developers thus have to store the base IRI along with the compacted document.
-            Based on implementer feedback, the  Working Group may decide to change the default
-            value to <tref>null</tref>, meaning that IRIs are not automatically compacted to
-            relative IRIs.</p>
-        </div>
-      </dd>
+        the input document's IRI.</dd>
       <dt>boolean compactArrays = true</dt>
       <dd>If set to <code>true</code>, the JSON-LD processor replaces arrays with just
         one element with that element during compaction. If set to <code>false</code>,