- From: CVS User ihickson <cvsmail@w3.org>
- Date: Tue, 05 Feb 2013 22:23:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory roscoe:/tmp/cvs-serv29686
Modified Files:
Overview.html
Log Message:
Cleanup (whatwg r7695)
--- /sources/public/html5/webstorage/Overview.html 2013/01/24 01:38:57 1.212
+++ /sources/public/html5/webstorage/Overview.html 2013/02/05 22:23:53 1.213
@@ -215,7 +215,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>Web Storage</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-24-january-2013">Editor's Draft 24 January 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-5-february-2013">Editor's Draft 5 February 2013</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 24 January 2013 Editor's Draft.
+ This specification is the 5 February 2013 Editor's Draft.
</p>
@@ -852,27 +852,20 @@
<p>The <span>task source</span> for these tasks is the <span>DOM manipulation task
source</span>.</p>
- <p>If the event is being fired due to an invocation of the <code title="dom-Storage-setItem"><a href="#dom-storage-setitem">setItem()</a></code> or <code title="dom-Storage-removeItem"><a href="#dom-storage-removeitem">removeItem()</a></code> methods, the
- event must have its <code title="dom-StorageEvent-key"><a href="#dom-storageevent-key">key</a></code>
- attribute initialized to the name of the key in question, its <code title="dom-StorageEvent-oldValue"><a href="#dom-storageevent-oldvalue">oldValue</a></code> attribute initialized to
- the old value of the key in question, or null if the key is newly
- added, and its <code title="dom-StorageEvent-newValue"><a href="#dom-storageevent-newvalue">newValue</a></code> attribute initialized to
- the new value of the key in question, or null if the key was
- removed.</p>
-
- <p>Otherwise, if the event is being fired due to an invocation of
- the <code title="dom-Storage-clear"><a href="#dom-storage-clear">clear()</a></code> method, the event
- must have its <code title="dom-StorageEvent-key"><a href="#dom-storageevent-key">key</a></code>, <code title="dom-StorageEvent-oldValue"><a href="#dom-storageevent-oldvalue">oldValue</a></code>, and <code title="dom-StorageEvent-newValue"><a href="#dom-storageevent-newvalue">newValue</a></code> attributes
- initialized to null.</p>
-
- <p>In addition, the event must have its <code title="dom-StorageEvent-url"><a href="#dom-storageevent-url">url</a></code> attribute initialized to
- <span title="the document's address">the address of the
- document</span> whose <code><a href="#storage-0">Storage</a></code> object was affected; and
- its <code title="dom-StorageEvent-storageArea"><a href="#dom-storageevent-storagearea">storageArea</a></code>
- attribute initialized to the <code><a href="#storage-0">Storage</a></code> object from the
- <code>Window</code> object of the target <code>Document</code> that
- represents the same kind of <code><a href="#storage-0">Storage</a></code> area as was
- affected (i.e. session or local).</p>
+ <p>If the event is being fired due to an invocation of the <code title="dom-Storage-setItem"><a href="#dom-storage-setitem">setItem()</a></code> or <code title="dom-Storage-removeItem"><a href="#dom-storage-removeitem">removeItem()</a></code> methods, the event must have its <code title="dom-StorageEvent-key"><a href="#dom-storageevent-key">key</a></code> attribute initialized to the name of the key in question,
+ its <code title="dom-StorageEvent-oldValue"><a href="#dom-storageevent-oldvalue">oldValue</a></code> attribute initialized to the old value
+ of the key in question, or null if the key is newly added, and its <code title="dom-StorageEvent-newValue"><a href="#dom-storageevent-newvalue">newValue</a></code> attribute initialized to the new value of the
+ key in question, or null if the key was removed.</p>
+
+ <p>Otherwise, if the event is being fired due to an invocation of the <code title="dom-Storage-clear"><a href="#dom-storage-clear">clear()</a></code> method, the event must have its <code title="dom-StorageEvent-key"><a href="#dom-storageevent-key">key</a></code>, <code title="dom-StorageEvent-oldValue"><a href="#dom-storageevent-oldvalue">oldValue</a></code>,
+ and <code title="dom-StorageEvent-newValue"><a href="#dom-storageevent-newvalue">newValue</a></code> attributes initialized to null.</p>
+
+ <p>In addition, the event must have its <code title="dom-StorageEvent-url"><a href="#dom-storageevent-url">url</a></code> attribute
+ initialized to <span title="the document's address">the address of the document</span> whose
+ <code><a href="#storage-0">Storage</a></code> object was affected; and its <code title="dom-StorageEvent-storageArea"><a href="#dom-storageevent-storagearea">storageArea</a></code> attribute initialized to the
+ <code><a href="#storage-0">Storage</a></code> object from the <code>Window</code> object of the target
+ <code>Document</code> that represents the same kind of <code><a href="#storage-0">Storage</a></code> area as was affected
+ (i.e. session or local).</p>
<h4 id="event-definition"><span class="secno">4.4.1 </span>Event definition</h4>
Received on Tuesday, 5 February 2013 22:23:54 UTC