- From: poot <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 21:04:24 +0900 (JST)
- To: public-html-diffs@w3.org
typo (whatwg r2569) initStorageEvent() http://people.w3.org/mike/diffs/html5/spec/Overview.1.1740.html#dom-storageevent-initstorageevent url http://people.w3.org/mike/diffs/html5/spec/Overview.1.1740.html#dom-storageevent-url 5.10.1.5.1 Event definition http://people.w3.org/mike/diffs/html5/spec/Overview.1.1740.html#event-definition-0 storage http://people.w3.org/mike/diffs/html5/spec/Overview.1.1740.html#event-storage 5.10.1.6 Threads http://people.w3.org/mike/diffs/html5/spec/Overview.1.1740.html#threads source http://people.w3.org/mike/diffs/html5/spec/Overview.1.1740.html#dom-storageevent-source storageArea http://people.w3.org/mike/diffs/html5/spec/Overview.1.1740.html#dom-storageevent-storagearea http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1739&r2=1.1740&f=h http://html5.org/tools/web-apps-tracker?from=2568&to=2569 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1739 retrieving revision 1.1740 diff -u -d -r1.1739 -r1.1740 --- Overview.html 24 Dec 2008 11:56:05 -0000 1.1739 +++ Overview.html 24 Dec 2008 12:01:37 -0000 1.1740 @@ -31514,7 +31514,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 @@ -31524,7 +31524,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><p>The <dfn id=dom-storageevent-initstorageevent title=dom-StorageEvent-initStorageEvent><code>initStorageEvent()</code></dfn> @@ -31536,8 +31536,9 @@ attribute represents the new value of the key being changed.<p>The <dfn id=dom-storageevent-url title=dom-StorageEvent-url><code>url</code></dfn> attribute represents the address of the document that changed the key.<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>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.<h5 id=threads><span class=secno>5.10.1.6 </span>Threads</h5><p>Multiple browsing contexts must be able to access the local + represents the <code><a href=#window>Window</a></code> that changed the key.<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.<h5 id=threads><span class=secno>5.10.1.6 </span>Threads</h5><p>Multiple browsing contexts must be able to access the local storage areas simultaneously in a predictable manner. Scripts must not be able to detect any concurrent script execution.<p>This is required to guarantee that the <code title=dom-Storage-length><a href=#dom-storage-length>length</a></code> attribute of a <code><a href=#storage-0>Storage</a></code> object never changes while a script is
Received on Wednesday, 24 December 2008 12:05:01 UTC