[html5] r5438 - [e] (0) markup error

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 7 20:30:14 PDT 2010


Author: ianh
Date: 2010-09-07 20:30:12 -0700 (Tue, 07 Sep 2010)
New Revision: 5438

Modified:
   complete.html
   index
   source
Log:
[e] (0) markup error

Modified: complete.html
===================================================================
--- complete.html	2010-09-08 01:12:34 UTC (rev 5437)
+++ complete.html	2010-09-08 03:30:12 UTC (rev 5438)
@@ -7763,13 +7763,17 @@
    <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>
 
+
   <div class=impl>
 
   <h4 id=garbage-collection><span class=secno>2.7.9 </span>Garbage collection</h4>

Modified: index
===================================================================
--- index	2010-09-08 01:12:34 UTC (rev 5437)
+++ index	2010-09-08 03:30:12 UTC (rev 5438)
@@ -7740,13 +7740,17 @@
    <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>
 
+
   <div class=impl>
 
   <h4 id=garbage-collection><span class=secno>2.7.9 </span>Garbage collection</h4>

Modified: source
===================================================================
--- source	2010-09-08 01:12:34 UTC (rev 5437)
+++ source	2010-09-08 03:30:12 UTC (rev 5438)
@@ -7631,13 +7631,17 @@
 -->
   </ol>
 
-  <pre class="impl">[Supplemental] exception DOMException {
+  <div class="impl">
+
+  <pre class="idl">[Supplemental] exception DOMException {
   const unsigned short <span>URL_MISMATCH_ERR</span> = 21;
   const unsigned short <span>QUOTA_EXCEEDED_ERR</span> = 22;
   const unsigned short <span>DATA_CLONE_ERR</span> = 25;
 };</pre>
 
+  </div>
 
+
   <div class="impl">
 
   <h4>Garbage collection</h4>




More information about the Commit-Watchers mailing list