- From: poot <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 21:39:00 +0900 (JST)
- To: public-html-diffs@w3.org
xref to the document's address that i missed when doing those earlier (credit: pt) (whatwg r2577) storage http://people.w3.org/mike/diffs/html5/spec/Overview.1.1748.html#event-storage http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1747&r2=1.1748&f=h http://html5.org/tools/web-apps-tracker?from=2576&to=2577 =================================================================== 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:39:35 UTC