Add sections to WebIDL, mainly to help TOC.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Thu, 04 Aug 2011 15:42:56 -0700
changeset 111 946f1d25e6b9
parent 108 f6191ecbb5cc
child 112 d4a5b886170f
Add sections to WebIDL, mainly to help TOC.
spec/latest/index.html
--- a/spec/latest/index.html	Thu Aug 04 14:14:36 2011 -0700
+++ b/spec/latest/index.html	Thu Aug 04 15:42:56 2011 -0700
@@ -2369,6 +2369,8 @@
 languages.
 </p>
 
+<section>
+<h3>JSONLDProcessor</h3>
 <dl title="[NoInterfaceObject] interface JSONLDProcessor" class="idl">
 
   <dt>object toProjection()</dt>
@@ -2404,7 +2406,9 @@
   </dd>
 
 </dl>
-
+</section>
+<section>
+<h3>JSONLDParserCallback</h3>
 <p>The JSONLDParserCallback is called whenever a processing error occurs on
 input data.</p>
 
@@ -2443,7 +2447,8 @@
       "Their homepage is: " + person.homepage);
 -->
 </pre>
-
+</section>
+<section><h3>JSONLDSerializer</h3>
 <p>A JSON-LD Serializer is also available to map a language-native object
 to JSON-LD.