[html5] r2574 - [e] (0) remove impossible case (thanks to webidl for making this unambiguous) (c [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 24 04:22:54 PST 2008


Author: ianh
Date: 2008-12-24 04:22:53 -0800 (Wed, 24 Dec 2008)
New Revision: 2574

Modified:
   index
   source
Log:
[e] (0) remove impossible case (thanks to webidl for making this unambiguous) (credit: pt)

Modified: index
===================================================================
--- index	2008-12-24 12:20:07 UTC (rev 2573)
+++ index	2008-12-24 12:22:53 UTC (rev 2574)
@@ -38600,9 +38600,10 @@
   must not.) <!--The order of keys may differ between instances of the
   <code>Storage</code> interface accessing the same list. [removed for
   now for clarity, but if people ask, put it back. this is part of the
-  spec.]--> If <var title="">n</var> is less than zero or greater than
-  or equal to the number of key/value pairs in the object, then this
-  method must raise an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
+  spec.]--> If <var title="">n</var> is <!--less than zero or [can't,
+  unsigned]--> greater than or equal to the number of key/value pairs
+  in the object, then this method must raise an
+  <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
 
   <p>The <dfn id=dom-storage-getitem title=dom-Storage-getItem><code>getItem(<var title="">key</var>)</code></dfn> method must return the current
   value associated with the given <var title="">key</var>. If the

Modified: source
===================================================================
--- source	2008-12-24 12:20:07 UTC (rev 2573)
+++ source	2008-12-24 12:22:53 UTC (rev 2574)
@@ -43954,9 +43954,10 @@
   must not.) <!--The order of keys may differ between instances of the
   <code>Storage</code> interface accessing the same list. [removed for
   now for clarity, but if people ask, put it back. this is part of the
-  spec.]--> If <var title="">n</var> is less than zero or greater than
-  or equal to the number of key/value pairs in the object, then this
-  method must raise an <code>INDEX_SIZE_ERR</code> exception.</p>
+  spec.]--> If <var title="">n</var> is <!--less than zero or [can't,
+  unsigned]--> greater than or equal to the number of key/value pairs
+  in the object, then this method must raise an
+  <code>INDEX_SIZE_ERR</code> exception.</p>
 
   <p>The <dfn title="dom-Storage-getItem"><code>getItem(<var
   title="">key</var>)</code></dfn> method must return the current




More information about the Commit-Watchers mailing list