Attempt at fixing invalid XHTML markup in FCGS for JSON-LD API spec.
authorManu Sporny <msporny@digitalbazaar.com>
Tue, 26 Jun 2012 21:08:49 -0400
changeset 766 c8eb0049885f
parent 765 8000080809f4
child 767 b53e28df4bfd
Attempt at fixing invalid XHTML markup in FCGS for JSON-LD API spec.
spec/FCGS/json-ld-api/20120626/index.html
--- a/spec/FCGS/json-ld-api/20120626/index.html	Tue Jun 26 21:06:32 2012 -0400
+++ b/spec/FCGS/json-ld-api/20120626/index.html	Tue Jun 26 21:08:49 2012 -0400
@@ -1061,6 +1061,7 @@
     <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>
@@ -1075,6 +1076,7 @@
       <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>