[html5] r2577 - [e] (0) xref to the document's address that i missed when doing those earlier (c [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Dec 24 04:36:06 PST 2008
Author: ianh
Date: 2008-12-24 04:36:05 -0800 (Wed, 24 Dec 2008)
New Revision: 2577
Modified:
index
source
Log:
[e] (0) xref to the document's address that i missed when doing those earlier (credit: pt)
Modified: index
===================================================================
--- index 2008-12-24 12:34:42 UTC (rev 2576)
+++ index 2008-12-24 12:36:05 UTC (rev 2577)
@@ -38784,13 +38784,12 @@
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
- of the page whose <code><a href=#storage-0>Storage</a></code> object was affected; its
- <code title=dom-StorageEvent-source><a href=#dom-storageevent-source>source</a></code> attribute set to
- 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><a href=#dom-storageevent-storagearea>storageArea</a></code>
+ <p>In addition, the event must have its <code title=dom-StorageEvent-url><a href=#dom-storageevent-url>url</a></code> attribute set to <a href="#the-document's-address" title="the document's address">the address of the document</a>
+ whose <code><a href=#storage-0>Storage</a></code> object was affected; its <code title=dom-StorageEvent-source><a href=#dom-storageevent-source>source</a></code> attribute set to 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><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
Modified: source
===================================================================
--- source 2008-12-24 12:34:42 UTC (rev 2576)
+++ source 2008-12-24 12:36:05 UTC (rev 2577)
@@ -44169,13 +44169,14 @@
null.</p>
<p>In addition, the event must have its <code
- title="dom-StorageEvent-url">url</code> attribute set to the address
- of the page whose <code>Storage</code> object was affected; its
- <code title="dom-StorageEvent-source">source</code> attribute set to
- the <code>Window</code> object of the <span>browsing context</span>
- that that document is in, if the two documents are in the same
- <span>unit of related browsing contexts</span>, or null otherwise;
- and its <code title="dom-StorageEvent-storageArea">storageArea</code>
+ title="dom-StorageEvent-url">url</code> attribute set to <span
+ title="the document's address">the address of the document</span>
+ whose <code>Storage</code> object was affected; its <code
+ title="dom-StorageEvent-source">source</code> attribute set to the
+ <code>Window</code> object of the <span>browsing context</span> that
+ that document is in, if the two documents are in the same <span>unit
+ of related browsing contexts</span>, or null otherwise; and its
+ <code title="dom-StorageEvent-storageArea">storageArea</code>
attribute set to the <code>Storage</code> object from the
<code>Window</code> object of the target <code>Document</code> that
represents the same kind of <code>Storage</code> area as was
More information about the Commit-Watchers
mailing list