Add sections to WebIDL, mainly to help TOC.
--- 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.