--- a/spec/latest/json-ld-api/index.html Wed Mar 28 19:19:22 2012 -0700
+++ b/spec/latest/json-ld-api/index.html Thu Mar 29 22:15:19 2012 +0800
@@ -1206,7 +1206,10 @@
recursively using this algorithm, passing copies of the <tref>active context</tref> and
<tref>active property</tref> removing all <tref>null</tref> entries.
Add an entry in the output object for <em>expanded property</em> with value and continue to the
- next entry in <em>element</em>.</li>
+ next entry in <em>element</em>.
+ If the output object already has a value for <em>expanded property</em>, throw an exception.
+ <p class="issue">This is currently being discussed in <a href="https://github.com/json-ld/json-ld.org/issues/92">ISSUE 92</a></p>
+ </li>
<li>If the <em>expanded property</em> is <code>@id</code> and the <em>value</em>
is a <tref>string</tref>, expand the value according to
<a href="#iri-expansion">IRI Expansion</a>.</li>