--- a/spec/WD/20130411/json-ld-api/diff-20120712.html Fri Apr 05 16:50:33 2013 +0200
+++ b/spec/WD/20130411/json-ld-api/diff-20120712.html Fri Apr 05 17:04:10 2013 +0200
@@ -3317,7 +3317,7 @@
null,
expansionCallback);
</del>
-<a href="#widl-JsonLdProcessor-expand-void-object-object---DOMString-input-JsonLdCallback-callback-JsonLdOptions-options">
+<a href="#widl-JsonLdProcessor-expand-void-JsonLdInput-input-JsonLdCallback-callback-JsonLdOptions-options">
<ins class="diff-chg">expand
</ins></a>
<del class="diff-old">The
@@ -3819,7 +3819,7 @@
Algorithm
</ins></a><ins class="diff-chg">
(
-</ins><code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-void-object-object---DOMString-input-object-DOMString-context-JsonLdCallback-callback-JsonLdOptions-options"><ins class="diff-chg">
+</ins><code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-void-JsonLdInput-input-JsonLdContext-context-JsonLdCallback-callback-JsonLdOptions-options"><ins class="diff-chg">
compact
</ins></a></code><ins class="diff-chg">
operation)
@@ -4136,7 +4136,7 @@
algorithm
</ins></a><ins class="diff-chg">
(
-</ins><code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-void-object-object---DOMString-input-object-DOMString-context-JsonLdCallback-callback-JsonLdOptions-options"><ins class="diff-chg">
+</ins><code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-void-JsonLdInput-input-JsonLdContext-context-JsonLdCallback-callback-JsonLdOptions-options"><ins class="diff-chg">
flatten
</ins></a></code><ins class="diff-chg">
operation)
--- a/spec/WD/20130411/json-ld-api/index.html Fri Apr 05 16:50:33 2013 +0200
+++ b/spec/WD/20130411/json-ld-api/index.html Fri Apr 05 17:04:10 2013 +0200
@@ -721,7 +721,7 @@
and regular way of expressing of values in JSON-LD; all contextual
information from the document is instead stored locally with each value.
Running the <a href="#expansion-algorithm">Expansion algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-expand-void-object-object---DOMString-input-JsonLdCallback-callback-JsonLdOptions-options">expand</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-expand-void-JsonLdInput-input-JsonLdCallback-callback-JsonLdOptions-options">expand</a></code>
operation) against the above examples results in the following output:</p>
<div class="example"><div class="example-title"><span>Example 3</span>: Expanded sample document</div><pre class="example">[
@@ -796,7 +796,7 @@
}</pre></div>
<p>Running the <a href="#compaction-algorithm">Compaction Algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-void-object-object---DOMString-input-object-DOMString-context-JsonLdCallback-callback-JsonLdOptions-options">compact</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-void-JsonLdInput-input-JsonLdContext-context-JsonLdCallback-callback-JsonLdOptions-options">compact</a></code>
operation) given the context supplied above against the JSON-LD input
document provided above would result in the following output:</p>
@@ -855,7 +855,7 @@
}</pre></div>
<p>Running the <a href="#flattening-algorithm">Flattening algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-void-object-object---DOMString-input-object-DOMString-context-JsonLdCallback-callback-JsonLdOptions-options">flatten</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-void-JsonLdInput-input-JsonLdContext-context-JsonLdCallback-callback-JsonLdOptions-options">flatten</a></code>
operation) with a context set to <a class="tref internalDFN" title="null" href="#dfn-null">null</a> to prevent compaction
returns the following document:</p>
--- a/spec/latest/json-ld-api/index.html Fri Apr 05 16:50:33 2013 +0200
+++ b/spec/latest/json-ld-api/index.html Fri Apr 05 17:04:10 2013 +0200
@@ -282,7 +282,7 @@
and regular way of expressing of values in JSON-LD; all contextual
information from the document is instead stored locally with each value.
Running the <a href="#expansion-algorithm">Expansion algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-expand-void-object-object---DOMString-input-JsonLdCallback-callback-JsonLdOptions-options">expand</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-expand-void-JsonLdInput-input-JsonLdCallback-callback-JsonLdOptions-options">expand</a></code>
operation) against the above examples results in the following output:</p>
<pre class="example" data-transform="updateExample"
@@ -370,7 +370,7 @@
</pre>
<p>Running the <a href="#compaction-algorithm">Compaction Algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-void-object-object---DOMString-input-object-DOMString-context-JsonLdCallback-callback-JsonLdOptions-options">compact</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-void-JsonLdInput-input-JsonLdContext-context-JsonLdCallback-callback-JsonLdOptions-options">compact</a></code>
operation) given the context supplied above against the JSON-LD input
document provided above would result in the following output:</p>
@@ -437,7 +437,7 @@
</pre>
<p>Running the <a href="#flattening-algorithm">Flattening algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-void-object-object---DOMString-input-object-DOMString-context-JsonLdCallback-callback-JsonLdOptions-options">flatten</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-void-JsonLdInput-input-JsonLdContext-context-JsonLdCallback-callback-JsonLdOptions-options">flatten</a></code>
operation) with a context set to <tref>null</tref> to prevent compaction
returns the following document:</p>