- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Mar 2009 00:13:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory hutz:/tmp/cvs-serv8576 Modified Files: Overview.html Log Message: tweak header levels; remove obsolete issue marker (whatwg r2917) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Overview.html 26 Mar 2009 00:41:59 -0000 1.14 +++ Overview.html 27 Mar 2009 00:13:39 -0000 1.15 @@ -509,8 +509,7 @@ determining the number of properties present, or as part of the execution of any of the methods or attributes defined on the <code><a href=#storage-0>Storage</a></code> interface. the user agent must first - <span>obtain the storage mutex</span>.<h3 id=the-storage-event><span class=secno>3.5 </span>The <code title=event-storage><a href=#event-storage>storage</a></code> event</h3><!-- XXX fix up for workers: target is wrong, source and storageArea - definitions are wrong --><p>The <dfn id=event-storage title=event-storage><code>storage</code></dfn> event + <span>obtain the storage mutex</span>.<h3 id=the-storage-event><span class=secno>3.5 </span>The <code title=event-storage><a href=#event-storage>storage</a></code> event</h3><p>The <dfn id=event-storage title=event-storage><code>storage</code></dfn> event is fired when a storage area changes, as described in the previous two sections (<a href=#sessionStorageEvent>for session storage</a>, <a href=#localStorageEvent>for local
Received on Friday, 27 March 2009 00:13:51 UTC