Fixed a number of broken fragment identifiers in the JSON-LD API spec.
--- a/spec/WD/json-ld-api/20130514/diff-20130411.html Thu May 09 11:08:47 2013 -0400
+++ b/spec/WD/json-ld-api/20130514/diff-20130411.html Thu May 09 11:16:09 2013 -0400
@@ -2748,7 +2748,7 @@
</a>
(
<code class="idlMemberName">
-<a href="#widl-JsonLdProcessor-expand-Future-JsonLdInput-input-JsonLdOptions-options">
+<a href="#widl-JsonLdProcessor-expand-Future-any-input-JsonLdOptions-options">
expand
</a>
</code>
@@ -3082,7 +3082,7 @@
</a>
(
<code class="idlMemberName">
-<a href="#widl-JsonLdProcessor-compact-Future-JsonLdInput-input-JsonLdContext-context-JsonLdOptions-options">
+<a href="#widl-JsonLdProcessor-compact-Future-any-input-JsonLdContext-context-JsonLdOptions-options">
compact
</a>
</code>
@@ -3384,7 +3384,7 @@
</a>
(
<code class="idlMemberName">
-<a href="#widl-JsonLdProcessor-flatten-Future-JsonLdInput-input-JsonLdContext-context-JsonLdOptions-options">
+<a href="#widl-JsonLdProcessor-flatten-Future-any-input-JsonLdContext-context-JsonLdOptions-options">
flatten
</a>
</code>
--- a/spec/WD/json-ld-api/20130514/index.html Thu May 09 11:08:47 2013 -0400
+++ b/spec/WD/json-ld-api/20130514/index.html Thu May 09 11:16:09 2013 -0400
@@ -759,7 +759,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-Future-JsonLdInput-input-JsonLdOptions-options">expand</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-expand-Future-any-input-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">[
@@ -832,7 +832,7 @@
}</pre></div>
<p>Running the <a href="#compaction-algorithm">Compaction Algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-Future-JsonLdInput-input-JsonLdContext-context-JsonLdOptions-options">compact</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-compact-Future-any-input-JsonLdContext-context-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>
@@ -889,7 +889,7 @@
}</pre></div>
<p>Running the <a href="#flattening-algorithm">Flattening algorithm</a>
- (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-Future-JsonLdInput-input-JsonLdContext-context-JsonLdOptions-options">flatten</a></code>
+ (<code class="idlMemberName"><a href="#widl-JsonLdProcessor-flatten-Future-any-input-JsonLdContext-context-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>