Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2569 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 24, 2008
1 parent 24d9b00 commit 688b306
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions index
Expand Up @@ -38776,7 +38776,7 @@ user reload must be equivalent to .reload()
the <code><a href=#window>Window</a></code> object of the <a href=#browsing-context>browsing context</a>
that that document is in, if the two documents are in the same
<a href=#unit-of-related-browsing-contexts>unit of related browsing contexts</a>, or null otherwise;
and its <code title=dom-StorageEvent-storageArea>storageArea</code>
and its <code title=dom-StorageEvent-storageArea><a href=#dom-storageevent-storagearea>storageArea</a></code>
attribute set to the <code><a href=#storage-0>Storage</a></code> object from the
<code><a href=#window>Window</a></code> object of the target <code>Document</code> that
represents the same kind of <code><a href=#storage-0>Storage</a></code> area as was
Expand All @@ -38791,7 +38791,7 @@ user reload must be equivalent to .reload()
readonly attribute DOMString <span title=dom-StorageEvent-newValue>newValue</span>;
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-storage title=dom-StorageEvent-storage>storageArea</a>;
readonly attribute <a href=#storage-0>Storage</a> <span title=dom-StorageEvent-storage>storageArea</span>;
void <a href=#dom-storageevent-initstorageevent title=dom-StorageEvent-initStorageEvent>initStorageEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, in <a href=#window>Window</a> sourceArg, in <a href=#storage-0>Storage</a> storageAreaArg);
void <a href=#dom-storageevent-initstorageeventns title=dom-StorageEvent-initStorageEventNS>initStorageEventNS</a>(in DOMString namespaceURI, in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString keyArg, in DOMString oldValueArg, in DOMString newValueArg, in DOMString urlArg, in <a href=#window>Window</a> sourceArg, in <a href=#storage-0>Storage</a> storageAreaArg);
};</pre>
Expand All @@ -38817,8 +38817,9 @@ user reload must be equivalent to .reload()
<p>The <dfn id=dom-storageevent-source title=dom-StorageEvent-source><code>source</code></dfn> attribute
represents the <code><a href=#window>Window</a></code> that changed the key.</p>

<p>The <dfn id=dom-storageevent-storage title=dom-StorageEvent-storage><code>storage</code></dfn> attribute
represents the <code><a href=#storage-0>Storage</a></code> object that was affected.</p>
<p>The <dfn id=dom-storageevent-storagearea title=dom-StorageEvent-storageArea><code>storageArea</code></dfn>
attribute represents the <code><a href=#storage-0>Storage</a></code> object that was
affected.</p>



Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -44207,8 +44207,9 @@ user reload must be equivalent to .reload()
represents the <code>Window</code> that changed the key.</p>

<p>The <dfn
title="dom-StorageEvent-storage"><code>storage</code></dfn> attribute
represents the <code>Storage</code> object that was affected.</p>
title="dom-StorageEvent-storageArea"><code>storageArea</code></dfn>
attribute represents the <code>Storage</code> object that was
affected.</p>



Expand Down

0 comments on commit 688b306

Please sign in to comment.