Skip to content

Commit

Permalink
Attempt at fixing invalid XHTML markup in FCGS for JSON-LD API spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jun 27, 2012
1 parent 8563dad commit 383333c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/FCGS/json-ld-api/20120626/index.html
Expand Up @@ -1061,6 +1061,7 @@ <h4><span class="secno">3.4.1 </span>URL</h4>
<h4><span class="secno">3.4.2 </span>JsonLdOptions</h4>
<p>The <a href="#idl-def-JsonLdOptions" class="idlType"><code>JsonLdOptions</code></a> type is used to convert a set of options to an interface method.</p>
<pre class="idl"><span class="idlTypedef" id="idl-def-JsonLdOptions">typedef <span class="idlTypedefType"><a>object</a></span> <span class="idlTypedefID">JsonLdOptions</span>;</span></pre><div class="idlTypedefDesc">
<dl>
<dt><a href="#idl-def-URL" class="idlType"><code>URL</code></a> base</dt>
<dd>The Base <abbr title="Internationalized Resource Identifier">IRI</abbr> to use when expanding the document. This overrides the value of
<em>input</em> if it is a <a href="#idl-def-URL" class="idlType"><code>URL</code></a> or if it is a <code>object</code> or <code>object[]</code>.</dd>
Expand All @@ -1075,6 +1076,7 @@ <h4><span class="secno">3.4.2 </span>JsonLdOptions</h4>
<dd>If set to <code>true</code>, the JSON-LD processor will not use the
<code>@type</code> property when generating the output, and will use the
expanded <code>rdf:type</code> <abbr title="Internationalized Resource Identifier">IRI</abbr> as the property instead of <code>@type</code>.</dd>
</dl>
</div>
</div>

Expand Down

0 comments on commit 383333c

Please sign in to comment.