html5/webstorage Overview.html,1.203,1.204

Update of /sources/public/html5/webstorage
In directory hutz:/tmp/cvs-serv32553

Modified Files:
	Overview.html 
Log Message:
Try to be more normatively tight about 'fire' and 'dispatch'. (whatwg r7506)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webstorage/Overview.html,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- Overview.html	1 Nov 2012 23:08:55 -0000	1.203
+++ Overview.html	5 Nov 2012 21:38:18 -0000	1.204
@@ -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-1-november-2012">Editor's Draft 1 November 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-5-november-2012">Editor's Draft 5 November 2012</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 1 November 2012 Editor's Draft.
+  This specification is the 5 November 2012 Editor's Draft.
   </p>
 
   
@@ -852,12 +852,10 @@
   storage</a>, <a href="#localStorageEvent">for local
   storage</a>).</p>
 
-  <p>When this happens, the user agent must <span>queue a task</span>
-  to fire an 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 each <code>Window</code>
-  object whose <code>Document</code> object has a <code><a href="#storage-0">Storage</a></code>
-  object that is affected.</p>
+  <p>When this happens, 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 each <code>Window</code> object whose
+  <code>Document</code> object has a <code><a href="#storage-0">Storage</a></code> object that is affected.</p>
 
   <p class="note">This includes <code>Document</code> objects that are
   not <span>fully active</span>, but events fired on those are ignored

Received on Monday, 5 November 2012 21:38:22 UTC