- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Nov 2012 21:38:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv32508
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/websockets/Overview.html,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- Overview.html 25 Oct 2012 18:10:40 -0000 1.283
+++ Overview.html 5 Nov 2012 21:38:14 -0000 1.284
@@ -216,7 +216,7 @@
<h1>The WebSocket API</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-25-october-2012">Editor's Draft 25 October 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/websockets/">http://www.w3.org/TR/websockets/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,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 25 October 2012 Editor's Draft.
+ This specification is the 5 November 2012 Editor's Draft.
</p>
@@ -1018,7 +1018,7 @@
<li>
- <p>Dispatch <var title="">event</var> at the
+ <p><span title="concept-event-dispatch">Dispatch</span> <var title="">event</var> at the
<code><a href="#websocket">WebSocket</a></code> object.</p>
</li>
@@ -1079,7 +1079,8 @@
true if the connection closed <i title="">cleanly</i> and false otherwise, whose <code title="dom-CloseEvent-code"><a href="#dom-closeevent-code">code</a></code> attribute is initialized to <i>the WebSocket connection
close code</i>, and whose <code title="dom-CloseEvent-reason"><a href="#dom-closeevent-reason">reason</a></code> attribute is
initialized to <i>the WebSocket connection close reason</i> <span>decoded as UTF-8, with error
- handling</span>, and dispatch the event at the <code><a href="#websocket">WebSocket</a></code> object. <a href="#refsWSP">[WSP]</a></li>
+ handling</span>, and <span title="concept-event-dispatch">dispatch</span> the event at the
+ <code><a href="#websocket">WebSocket</a></code> object. <a href="#refsWSP">[WSP]</a></li>
</ol><div class="warning">
Received on Monday, 5 November 2012 21:38:18 UTC