Skip to content

Commit

Permalink
[e] (0) xref to the document's address that i missed when doing those…
Browse files Browse the repository at this point in the history
… earlier (credit: pt)

git-svn-id: http://svn.whatwg.org/webapps@2577 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 24, 2008
1 parent 803534e commit 92db8b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
13 changes: 6 additions & 7 deletions index
Expand Up @@ -38784,13 +38784,12 @@ user reload must be equivalent to .reload()
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
Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -44169,13 +44169,14 @@ user reload must be equivalent to .reload()
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
Expand Down

0 comments on commit 92db8b5

Please sign in to comment.