- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 26 Apr 2009 22:11:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv7599
Modified Files:
Overview.html
Log Message:
Clean up event dispatch, with a particular emphasis on whether events get canceled or not. (whatwg r2992)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Overview.html 24 Apr 2009 06:51:00 -0000 1.30
+++ Overview.html 26 Apr 2009 22:11:00 -0000 1.31
@@ -147,7 +147,7 @@
<h1>Web Storage</h1>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 24 April 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 26 April 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -215,7 +215,7 @@
specification's progress along the W3C Recommendation track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 24 April 2009 Editor's Draft.
+ This specification is the 26 April 2009 Editor's Draft.
<!--:ZZZ-->
</p><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
@@ -536,7 +536,7 @@
storage</a>, <a href="#localStorageEvent">for local
storage</a>).<p>When this happens, the user agent must dispatch an event with the
name <code><a href="#storage-0">storage</a></code>, with no namespace, which does not bubble
- but is cancelable, and which uses the <code><a href="#storageevent">StorageEvent</a></code>
+ and is not cancelable, and which uses the <code><a href="#storageevent">StorageEvent</a></code>
interface, at each <code>Window</code> object whose
<code>Document</code> object both has a <code><a href="#storage-0">Storage</a></code> object
that is affected, and is <span>fully active</span>.<p>If the event is being fired due to an invocation of the
Received on Sunday, 26 April 2009 22:11:11 UTC