Skip to content

Commit

Permalink
[e] (0) Apparently some people think 'between' includes the end points.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3369 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 7, 2009
1 parent 614a4cd commit dc51b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Expand Up @@ -60237,8 +60237,8 @@ style/default.css</pre>
<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
Expand Down

0 comments on commit dc51b5c

Please sign in to comment.