- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Nov 2012 21:38:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv32387
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/postmsg/Overview.html,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- Overview.html 5 Nov 2012 20:14:15 -0000 1.129
+++ Overview.html 5 Nov 2012 21:38:07 -0000 1.130
@@ -905,10 +905,10 @@
<li>
- <p><span>Queue a task</span> to dispatch the event created in the
- previous step at the <code>Window</code> object on which the
- method was invoked. The <span>task source</span> for this <span title="concept-task">task</span> is the <a href="#posted-message-task-source">posted message task
- source</a>.</p>
+ <p><span>Queue a task</span> to <span title="concept-event-dispatch">dispatch</span> the event
+ created in the previous step at the <code>Window</code> object on which the method was invoked.
+ The <span>task source</span> for this <span title="concept-task">task</span> is the <a href="#posted-message-task-source">posted
+ message task source</a>.</p>
</li>
Received on Monday, 5 November 2012 21:38:10 UTC