--- 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">