[html5] r4322 - [e] (0) Make the text vaguer while we wait for Web DOM Core to be updated. Fixin [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Oct 24 21:44:41 PDT 2009


Author: ianh
Date: 2009-10-24 21:44:37 -0700 (Sat, 24 Oct 2009)
New Revision: 4322

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make the text vaguer while we wait for Web DOM Core to be updated.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8033

Modified: complete.html
===================================================================
--- complete.html	2009-10-25 00:56:27 UTC (rev 4321)
+++ complete.html	2009-10-25 04:44:37 UTC (rev 4322)
@@ -6712,8 +6712,7 @@
 
   <h4 id=exceptions><span class=secno>2.7.8 </span>Exceptions</h4>
 
-  <p>The following <code>DOMException</code> codes are defined in DOM
-  Core. <a href=#refsDOMCORE>[DOMCORE]</a></p>
+  <p>The following are <code>DOMException</code> codes. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
   <ol class=brief><li value=1><dfn id=index_size_err><code>INDEX_SIZE_ERR</code></dfn></li>
    <li value=2><dfn id=domstring_size_err><code>DOMSTRING_SIZE_ERR</code></dfn></li>

Modified: index
===================================================================
--- index	2009-10-25 00:56:27 UTC (rev 4321)
+++ index	2009-10-25 04:44:37 UTC (rev 4322)
@@ -6522,8 +6522,7 @@
 
   <h4 id=exceptions><span class=secno>2.7.8 </span>Exceptions</h4>
 
-  <p>The following <code>DOMException</code> codes are defined in DOM
-  Core. <a href=#refsDOMCORE>[DOMCORE]</a></p>
+  <p>The following are <code>DOMException</code> codes. <a href=#refsDOMCORE>[DOMCORE]</a></p>
 
   <ol class=brief><li value=1><dfn id=index_size_err><code>INDEX_SIZE_ERR</code></dfn></li>
    <li value=2><dfn id=domstring_size_err><code>DOMSTRING_SIZE_ERR</code></dfn></li>

Modified: source
===================================================================
--- source	2009-10-25 00:56:27 UTC (rev 4321)
+++ source	2009-10-25 04:44:37 UTC (rev 4322)
@@ -6453,8 +6453,8 @@
 
   <h4>Exceptions</h4>
 
-  <p>The following <code>DOMException</code> codes are defined in DOM
-  Core. <a href="#refsDOMCORE">[DOMCORE]</a></p>
+  <p>The following are <code>DOMException</code> codes. <a
+  href="#refsDOMCORE">[DOMCORE]</a></p>
 
   <ol class="brief">
    <li value="1"><dfn><code>INDEX_SIZE_ERR</code></dfn></li>




More information about the Commit-Watchers mailing list