- From: CVS User ihickson <cvsmail@w3.org>
- Date: Fri, 17 Jan 2014 08:12:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webstorage
In directory roscoe:/tmp/cvs-serv25651
Modified Files:
Overview.html
Log Message:
Various editorial tweaks. (whatwg r8405)
--- /sources/public/html5/webstorage/Overview.html 2014/01/08 23:55:21 1.229
+++ /sources/public/html5/webstorage/Overview.html 2014/01/17 08:12:38 1.230
@@ -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-8-january-2014">Editor's Draft 8 January 2014</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-17-january-2014">Editor's Draft 17 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 8 January 2014 Editor's Draft.
+ This specification is the 17 January 2014 Editor's Draft.
</p>
@@ -772,15 +772,15 @@
<h3 id="the-storage-event"><span class="secno">4.4 </span>The <code title="event-storage">storage</code> event</h3>
-
- <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>
+ <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>
<p>When a user agent is to <dfn id="send-a-storage-notification">send a storage notification</dfn> for a <code>Document</code>, the
- user agent must <span>queue a task</span> to <span title="concept-event-fire">fire</span> a <span title="concept-events-trusted">trusted</span> 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 the
- <code>Document</code> object's <code>Window</code> object.</p>
+ user agent must <span>queue a task</span> to <span title="concept-event-fire">fire</span> a <span title="concept-events-trusted">trusted</span> 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
+ the <code>Document</code> object's <code>Window</code> object.</p>
<p class="note">Such a <code>Document</code> object is not necessarily <span>fully active</span>,
but events fired on such objects are ignored by the <span>event loop</span> until the
@@ -790,8 +790,8 @@
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
+ 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>,
@@ -1062,7 +1062,6 @@
</dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2>
- <p>For a full list of acknowledgements, please see the HTML
- specification. <a href="#refsHTML">[HTML]</a></p>
+ <p>For a full list of acknowledgements, please see the <a href="http://whatwg.org/html">WHATWG HTML standard</a>.</p>
Received on Friday, 17 January 2014 08:12:39 UTC