html5/spec Overview.html,1.4336,1.4337

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9425

Modified Files:
	Overview.html 
Log Message:
markup error (whatwg r5438)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4336
retrieving revision 1.4337
diff -u -d -r1.4336 -r1.4337
--- Overview.html	8 Sep 2010 00:47:11 -0000	1.4336
+++ Overview.html	8 Sep 2010 03:30:18 -0000	1.4337
@@ -6771,11 +6771,15 @@
    <li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
    <li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!- - actually defined in dom3ls - ->
 -->
-  </ol><pre class="impl">[Supplemental] exception DOMException {
+  </ol><div class="impl">
+
+  <pre class="idl">[Supplemental] exception DOMException {
   const unsigned short <a href="#url_mismatch_err">URL_MISMATCH_ERR</a> = 21;
   const unsigned short <a href="#quota_exceeded_err">QUOTA_EXCEEDED_ERR</a> = 22;
   const unsigned short <a href="#data_clone_err">DATA_CLONE_ERR</a> = 25;
-};</pre><div class="impl">
+};</pre>
+
+  </div><div class="impl">
 
   <h4 id="garbage-collection"><span class="secno">2.7.9 </span>Garbage collection</h4>
 

Received on Wednesday, 8 September 2010 03:30:23 UTC