HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/2574

SVNBugCommentTime (UTC)
2574remove impossible case (thanks to webidl for making this unambiguous) (credit: pt)2008-12-24 12:22
Index: source
===================================================================
--- source	(revision 2573)
+++ source	(revision 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

|