webstorage/Overview.html 1.15 2917 tweak header levels; remove obsolete

tweak header levels; remove obsolete issue marker (whatwg r2917)

Whenever the properties of a localStorage attribute's Storage object are to be examined, returned, set, or deleted, whether as part of a direct property access, when checking for the presence of a property, during property enumeration, when determining the number of properties present, or as part of the execution of any of the methods or attributes defined on the Storage interface. the user agent must first obtain the storage mutex.
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.15.html#localStorageMutex
storage
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.15.html#event-storage
3.5 The storage event
http://people.w3.org/mike/diffs/html5/webstorage/Overview.1.15.html#the-storage-event

http://people.w3.org/mike/diffs/html5/webstorage/Overview.diff.html
http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.14&r2=1.15&f=h
http://html5.org/tools/web-apps-tracker?from=2916&to=2917

===================================================================
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:14:43 UTC