html5/spec Overview.html,1.1747,1.1748

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19741

Modified Files:
	Overview.html 
Log Message:
xref to the document's address that i missed when doing those earlier (credit: pt) (whatwg r2577)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1747
retrieving revision 1.1748
diff -u -d -r1.1747 -r1.1748
--- Overview.html	24 Dec 2008 12:34:46 -0000	1.1747
+++ Overview.html	24 Dec 2008 12:36:10 -0000	1.1748
@@ -31519,13 +31519,12 @@
   the key was removed.<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><a href=#dom-storageevent-newvalue>newValue</a></code> attributes set to
-  null.<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>
+  null.<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

Received on Wednesday, 24 December 2008 12:36:21 UTC