[html5] r2569 - [e] (0) typo
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 24 04:01:33 PST 2008
Author: ianh
Date: 2008-12-24 04:01:33 -0800 (Wed, 24 Dec 2008)
New Revision: 2569
Modified:
index
source
Log:
[e] (0) typo
Modified: index
===================================================================
--- index 2008-12-24 11:56:00 UTC (rev 2568)
+++ index 2008-12-24 12:01:33 UTC (rev 2569)
@@ -38776,7 +38776,7 @@
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
@@ -38791,7 +38791,7 @@
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>
@@ -38817,8 +38817,9 @@
<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>
Modified: source
===================================================================
--- source 2008-12-24 11:56:00 UTC (rev 2568)
+++ source 2008-12-24 12:01:33 UTC (rev 2569)
@@ -44207,8 +44207,9 @@
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>
More information about the Commit-Watchers
mailing list