- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 19:47:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory hutz:/tmp/cvs-serv22666 Modified Files: Overview.html Log Message: remove more namespace mentions relating to event (whatwg r4364) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- Overview.html 27 Oct 2009 09:15:00 -0000 1.92 +++ Overview.html 27 Oct 2009 19:47:09 -0000 1.93 @@ -552,11 +552,11 @@ two sections (<a href="#sessionStorageEvent">for session storage</a>, <a href="#localStorageEvent">for local storage</a>).<p>When this happens, the user agent must <span>queue a task</span> - to fire an event with the name <code><a href="#storage-0">storage</a></code>, with no - namespace, which does not bubble 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 has a - <code><a href="#storage-0">Storage</a></code> object that is affected.<p class="note">This includes <code>Document</code> objects that are + to fire an event with the name <code><a href="#storage-0">storage</a></code>, which does not + bubble 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 has a <code><a href="#storage-0">Storage</a></code> + object that is affected.<p class="note">This includes <code>Document</code> objects that are not <span>fully active</span>, but events fired on those are ignored by the <span>event loop</span> until the <code>Document</code> becomes <span>fully active</span> again.<p>The <span>task source</span> for this task is the <span>DOM
Received on Tuesday, 27 October 2009 20:21:23 UTC