- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 08 Jan 2014 23:55:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage In directory roscoe:/tmp/cvs-serv7025 Modified Files: Overview.html Log Message: Add an event index which acts as the definition of the event names, for editorial purposes (event names are really just strings, so they don't have, or need, a normative definition per se). (whatwg r8385) --- /sources/public/html5/webstorage/Overview.html 2014/01/04 00:08:09 1.228 +++ /sources/public/html5/webstorage/Overview.html 2014/01/08 23:55:21 1.229 @@ -215,7 +215,7 @@ <p><a href="http://www.w3.org/"><img width="72" src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48"></a></p> <h1>Web Storage</h1> - <h2 class="no-num no-toc" id="editor-s-draft-4-january-2014">Editor's Draft 4 January 2014</h2> + <h2 class="no-num no-toc" id="editor-s-draft-8-january-2014">Editor's Draft 8 January 2014</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/webstorage/">http://www.w3.org/TR/webstorage/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -351,7 +351,7 @@ </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications Working Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 4 January 2014 Editor's Draft. + This specification is the 8 January 2014 Editor's Draft. </p> @@ -396,7 +396,7 @@ <li><a href="#the-localstorage-attribute"><span class="secno">4.3 </span>The <code title="dom-localStorage">localStorage</code> attribute</a></li> <li><a href="#the-storage-event"><span class="secno">4.4 </span>The <code title="event-storage">storage</code> event</a> <ol> - <li><a href="#event-definition"><span class="secno">4.4.1 </span>Event definition</a></ol></li> + <li><a href="#the-storageevent-interface"><span class="secno">4.4.1 </span>The <code>StorageEvent</code> interface</a></ol></li> <li><a href="#threads"><span class="secno">4.5 </span>Threads</a></ol></li> <li><a href="#disk-space"><span class="secno">5 </span>Disk space</a></li> <li><a href="#privacy"><span class="secno">6 </span>Privacy</a> @@ -770,9 +770,10 @@ mutex</span>.</p> - <h3 id="the-storage-event"><span class="secno">4.4 </span>The <code title="event-storage"><a href="#event-storage">storage</a></code> event</h3> + <h3 id="the-storage-event"><span class="secno">4.4 </span>The <code title="event-storage">storage</code> event</h3> - <p>The <dfn id="event-storage" title="event-storage"><code>storage</code></dfn> event is fired on a + + <p>The <code title="event-storage">storage</code> event is fired on a <code>Document</code>'s <code>Window</code> object when a storage area changes, as described in the previous two sections (<a href="#sessionStorageEvent">for session storage</a>, <a href="#localStorageEvent">for local storage</a>).</p> @@ -804,7 +805,7 @@ (i.e. session or local).</p> - <h4 id="event-definition"><span class="secno">4.4.1 </span>Event definition</h4> + <h4 id="the-storageevent-interface"><span class="secno">4.4.1 </span>The <code><a href="#storageevent">StorageEvent</a></code> interface</h4> <pre class="idl">[Constructor(DOMString type, optional <a href="#storageeventinit">StorageEventInit</a> eventInitDict)] interface <dfn id="storageevent">StorageEvent</dfn> : <span>Event</span> {
Received on Wednesday, 8 January 2014 23:55:23 UTC