Skip to content

Commit

Permalink
[e] (0) typo (credit: ak)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2572 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 24, 2008
1 parent 6ceba90 commit d78f0af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -38766,13 +38766,13 @@ user reload must be equivalent to .reload()
event must have its <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code>
attribute set to the name of the key in question, its <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code> attribute set to
the old value of the key in question, or null if the key is newly
added, and its <code title=dom-StorageEvent-newValue>newValue</code>
added, and its <code title=dom-StorageEvent-newValue><a href=#dom-storageevent-newvalue>newValue</a></code>
attribute set to the new value of the key in question, or null if
the key was removed.</p>

<p>Otherwise, if the event is being fired due to an invocation of
the <code title=dom-Storage-clear><a href=#dom-storage-clear>clear()</a></code> method, the event
must have its <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code>, <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code>, and <code title=dom-StorageEvent-newValue>newValue</code> attributes set to
must have its <code title=dom-StorageEvent-key><a href=#dom-storageevent-key>key</a></code>, <code title=dom-StorageEvent-oldValue><a href=#dom-storageevent-oldvalue>oldValue</a></code>, and <code title=dom-StorageEvent-newValue><a href=#dom-storageevent-newvalue>newValue</a></code> attributes set to
null.</p>

<p>In addition, the event must have its <code title=dom-StorageEvent-url><a href=#dom-storageevent-url>url</a></code> attribute set to the address
Expand All @@ -38793,7 +38793,7 @@ user reload must be equivalent to .reload()
<pre class=idl>interface <dfn id=storageevent>StorageEvent</dfn> : Event {
readonly attribute DOMString <a href=#dom-storageevent-key title=dom-StorageEvent-key>key</a>;
readonly attribute DOMString <a href=#dom-storageevent-oldvalue title=dom-StorageEvent-oldValue>oldValue</a>;
readonly attribute DOMString <span title=dom-StorageEvent-newValue>newValue</span>;
readonly attribute DOMString <a href=#dom-storageevent-newvalue title=dom-StorageEvent-newValue>newValue</a>;
readonly attribute DOMString <a href=#dom-storageevent-url title=dom-StorageEvent-url>url</a>;
readonly attribute <a href=#window>Window</a> <a href=#dom-storageevent-source title=dom-StorageEvent-source>source</a>;
readonly attribute <a href=#storage-0>Storage</a> <a href=#dom-storageevent-storagearea title=dom-StorageEvent-storageArea>storageArea</a>;
Expand All @@ -38812,7 +38812,7 @@ user reload must be equivalent to .reload()
<p>The <dfn id=dom-storageevent-oldvalue title=dom-StorageEvent-oldValue><code>oldValue</code></dfn>
attribute represents the old value of the key being changed.</p>

<p>The <dfn id=dom-storageevent-vnewvalue title=dom-StorageEvent-vnewValue><code>newValue</code></dfn>
<p>The <dfn id=dom-storageevent-newvalue title=dom-StorageEvent-newValue><code>newValue</code></dfn>
attribute represents the new value of the key being changed.</p>

<p>The <dfn id=dom-storageevent-url title=dom-StorageEvent-url><code>url</code></dfn>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -44202,7 +44202,7 @@ user reload must be equivalent to .reload()
attribute represents the old value of the key being changed.</p>

<p>The <dfn
title="dom-StorageEvent-vnewValue"><code>newValue</code></dfn>
title="dom-StorageEvent-newValue"><code>newValue</code></dfn>
attribute represents the new value of the key being changed.</p>

<p>The <dfn title="dom-StorageEvent-url"><code>url</code></dfn>
Expand Down

0 comments on commit d78f0af

Please sign in to comment.