[html5] r3369 - [e] (0) Apparently some people think 'between' includes the end points.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jul 7 14:41:00 PDT 2009
Author: ianh
Date: 2009-07-07 14:40:59 -0700 (Tue, 07 Jul 2009)
New Revision: 3369
Modified:
source
Log:
[e] (0) Apparently some people think 'between' includes the end points.
Modified: source
===================================================================
--- source 2009-07-07 08:26:15 UTC (rev 3368)
+++ source 2009-07-07 21:40:59 UTC (rev 3369)
@@ -60237,8 +60237,8 @@
<p>The <dfn title="dom-Storage-key"><code>key(<var
title="">n</var>)</code></dfn> method must return the name of the
<var title="">n</var>th key in the list. The order of keys is
- user-agent defined, but must be consistent within an object between
- changes to the number of keys. (Thus, <span
+ user-agent defined, but must be consistent within an object so long
+ as the number of keys doesn't change. (Thus, <span
title="dom-Storage-setItem">adding</span> or <span
title="dom-Storage-removeItem">removing</span> a key may change the
order of the keys, but merely changing the value of an existing key
More information about the Commit-Watchers
mailing list