Add issue marker to initial context
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 07 Jun 2012 15:30:59 +0800
changeset 693 60ce73a93c91
parent 692 a9fd55b664b4
child 694 d03fb67fed2b
Add issue marker to initial context

This relates to #80.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Jun 07 15:24:03 2012 +0800
+++ b/spec/latest/json-ld-api/index.html	Thu Jun 07 15:30:59 2012 +0800
@@ -1914,19 +1914,10 @@
 
 <section class="appendix" id="appendix-a">
   <h1>Initial Context</h1>
-  <p>The <tref>initial context</tref> is defined with the following default entries:</p>
-<pre class="example" data-transform="updateExample">
-<!--
-{
-  "@context": {
-    "http://www.w3.org/1999/02/22-rdf-syntax-ns#type": { "@type": "@id"}
-  }
-}
--->
-</pre>
-  <p>Processors MUST act as if the initial context is defined in the outer-most level when processing
-    JSON-LD documents.</p>
-  <p class="issue">Should we define other default prefixes?</p>
+  <p class="issue">It is <a href="https://github.com/json-ld/json-ld.org/issues/80">still being
+    discussed</a> whether JSON-LD has the notion of an initial context or not. If JSON-LD has an
+    initial context, it MUST be specified external to the JSON-LD Syntax specification at a
+    well-known location.</p>
 </section>
 
 <section class="appendix">