[html5] r5028 - [e] (0) had the wrong exception Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 13 01:37:51 PDT 2010


Author: ianh
Date: 2010-04-13 01:37:50 -0700 (Tue, 13 Apr 2010)
New Revision: 5028

Modified:
   complete.html
   index
   source
Log:
[e] (0) had the wrong exception
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9488

Modified: complete.html
===================================================================
--- complete.html	2010-04-13 08:36:00 UTC (rev 5027)
+++ complete.html	2010-04-13 08:37:50 UTC (rev 5028)
@@ -62557,7 +62557,7 @@
 
     <p>Returns the given range.</p>
 
-    <p>Throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception if the value is out of range.</p>
+    <p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the value is out of range.</p>
 
    </dd>
 

Modified: index
===================================================================
--- index	2010-04-13 08:36:00 UTC (rev 5027)
+++ index	2010-04-13 08:37:50 UTC (rev 5028)
@@ -62484,7 +62484,7 @@
 
     <p>Returns the given range.</p>
 
-    <p>Throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception if the value is out of range.</p>
+    <p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the value is out of range.</p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2010-04-13 08:36:00 UTC (rev 5027)
+++ source	2010-04-13 08:37:50 UTC (rev 5028)
@@ -70634,7 +70634,7 @@
 
     <p>Returns the given range.</p>
 
-    <p>Throws an <code>INVALID_STATE_ERR</code> exception if the value is out of range.</p>
+    <p>Throws an <code>INDEX_SIZE_ERR</code> exception if the value is out of range.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list