--- a/spec/latest/json-ld-api/index.html Sun May 05 18:16:00 2013 +0200
+++ b/spec/latest/json-ld-api/index.html Sun May 05 18:27:21 2013 +0200
@@ -3787,7 +3787,7 @@
</ol>
<dl class="parameters">
- <dt>JsonLdInput input</dt>
+ <dt>any input</dt>
<dd>The JSON-LD object or array of JSON-LD objects to perform the compaction upon or an
<tref>IRI</tref> referencing the JSON-LD document to compact.</dd>
<dt>JsonLdContext context</dt>
@@ -3833,7 +3833,7 @@
</ol>
<dl class="parameters">
- <dt>JsonLdInput input</dt>
+ <dt>any input</dt>
<dd>The JSON-LD object or array of JSON-LD objects to perform the expansion upon or an
<tref>IRI</tref> referencing the JSON-LD document to expand.</dd>
<dt>optional JsonLdOptions options</dt>
@@ -3886,7 +3886,7 @@
</ol>
<dl class="parameters">
- <dt>JsonLdInput input</dt>
+ <dt>any input</dt>
<dd>The JSON-LD object or array of JSON-LD objects or an <tref>IRI</tref>
referencing the JSON-LD document to flatten.</dd>
<dt>optional JsonLdContext? context</dt>
@@ -3901,14 +3901,6 @@
</dd>
</dl>
- <p class="issue">According the current [[WEBIDL]] specification the following
- two types are non-distinguishable. Shall we combine them?</p>
-
- <div class="idl" title="typedef (object or object[] or DOMString) JsonLdInput">
- <p>The identifier <a>JsonLdInput</a> is used to refer to the
- <span class="idlTypedefType">(object or object[] or DOMString)</span> type.</p>
- </div>
-
<div class='idl' title='typedef (object or DOMString) JsonLdContext'>
<p>The identifier <a>JsonLdContext</a> is used to refer to the
<span class="idlTypedefType">(object or DOMString)</span> type.</p>