[html5] r7295 - [e] (0) Fix some editorial issues for WebSockets Fixing https://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 29 11:22:34 PDT 2012


Author: ianh
Date: 2012-08-29 11:22:32 -0700 (Wed, 29 Aug 2012)
New Revision: 7295

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some editorial issues for WebSockets
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18623
Affected topics: HTML, WebSocket API

Modified: complete.html
===================================================================
--- complete.html	2012-08-29 03:42:04 UTC (rev 7294)
+++ complete.html	2012-08-29 18:22:32 UTC (rev 7295)
@@ -84636,7 +84636,7 @@
     response"><a href="#validate-the-server's-response">validates the server's response</a></i> during the
     "<i><a href=#establish-a-websocket-connection>establish a WebSocket connection</a></i>" algorithm, if the status
     code received from the server is not 101 (e.g. it is a redirect),
-    the user agent must <i><a href=#fail-the-websocket-connection>fail the websocket connection</a></i>.</p>
+    the user agent must <i><a href=#fail-the-websocket-connection>fail the WebSocket connection</a></i>.</p>
 
     <p class=warning>Following HTTP procedures here could introduce
     serious security problems in a Web browser context. For example,
@@ -84679,7 +84679,7 @@
 
    <dt><dfn id=dom-websocket-closing title=dom-WebSocket-CLOSING><code>CLOSING</code></dfn> (numeric value 2)</dt>
 
-   <dd>The connection is going through the closing handshake.</dd>
+   <dd>The connection is going through the closing handshake, or the <code title=dom-WebSocket-close><a href=#dom-websocket-close>close()</a></code> method has been invoked.</dd>
 
    <dt><dfn id=dom-websocket-closed title=dom-WebSocket-CLOSED><code>CLOSED</code></dfn> (numeric value 3)</dt>
 
@@ -85100,7 +85100,7 @@
    value to <code title=dom-WebSocket-CLOSED><a href=#dom-websocket-closed>CLOSED</a></code>
    (3).</li>
 
-   <li><p>If the user agent was required to <i><a href=#fail-the-websocket-connection>fail the websocket
+   <li><p>If the user agent was required to <i><a href=#fail-the-websocket-connection>fail the WebSocket
    connection</a></i> or <i><a href=#the-websocket-connection-is-closed>the WebSocket connection is closed</a></i> <dfn id=concept-websocket-close-fail title=concept-websocket-close-fail>with prejudice</dfn>,
    <a href=#fire-a-simple-event>fire a simple event</a> named <code title="">error</code>
    at the <code><a href=#websocket>WebSocket</a></code> object. <a href=#refsWSP>[WSP]</a></li>
@@ -106143,6 +106143,7 @@
   Sylvain Pasche,
   T. J. Crowder,
   Tab Atkins,
+  Takeshi Yoshino,
   <span lang=tr title="">Tantek Çelik</span>,
   田村健人 (TAMURA Kent),
   Ted Mielczarek,

Modified: index
===================================================================
--- index	2012-08-29 03:42:04 UTC (rev 7294)
+++ index	2012-08-29 18:22:32 UTC (rev 7295)
@@ -84636,7 +84636,7 @@
     response"><a href="#validate-the-server's-response">validates the server's response</a></i> during the
     "<i><a href=#establish-a-websocket-connection>establish a WebSocket connection</a></i>" algorithm, if the status
     code received from the server is not 101 (e.g. it is a redirect),
-    the user agent must <i><a href=#fail-the-websocket-connection>fail the websocket connection</a></i>.</p>
+    the user agent must <i><a href=#fail-the-websocket-connection>fail the WebSocket connection</a></i>.</p>
 
     <p class=warning>Following HTTP procedures here could introduce
     serious security problems in a Web browser context. For example,
@@ -84679,7 +84679,7 @@
 
    <dt><dfn id=dom-websocket-closing title=dom-WebSocket-CLOSING><code>CLOSING</code></dfn> (numeric value 2)</dt>
 
-   <dd>The connection is going through the closing handshake.</dd>
+   <dd>The connection is going through the closing handshake, or the <code title=dom-WebSocket-close><a href=#dom-websocket-close>close()</a></code> method has been invoked.</dd>
 
    <dt><dfn id=dom-websocket-closed title=dom-WebSocket-CLOSED><code>CLOSED</code></dfn> (numeric value 3)</dt>
 
@@ -85100,7 +85100,7 @@
    value to <code title=dom-WebSocket-CLOSED><a href=#dom-websocket-closed>CLOSED</a></code>
    (3).</li>
 
-   <li><p>If the user agent was required to <i><a href=#fail-the-websocket-connection>fail the websocket
+   <li><p>If the user agent was required to <i><a href=#fail-the-websocket-connection>fail the WebSocket
    connection</a></i> or <i><a href=#the-websocket-connection-is-closed>the WebSocket connection is closed</a></i> <dfn id=concept-websocket-close-fail title=concept-websocket-close-fail>with prejudice</dfn>,
    <a href=#fire-a-simple-event>fire a simple event</a> named <code title="">error</code>
    at the <code><a href=#websocket>WebSocket</a></code> object. <a href=#refsWSP>[WSP]</a></li>
@@ -106143,6 +106143,7 @@
   Sylvain Pasche,
   T. J. Crowder,
   Tab Atkins,
+  Takeshi Yoshino,
   <span lang=tr title="">Tantek Çelik</span>,
   田村健人 (TAMURA Kent),
   Ted Mielczarek,

Modified: source
===================================================================
--- source	2012-08-29 03:42:04 UTC (rev 7294)
+++ source	2012-08-29 18:22:32 UTC (rev 7295)
@@ -98221,7 +98221,7 @@
     response">validates the server's response</i> during the
     "<i>establish a WebSocket connection</i>" algorithm, if the status
     code received from the server is not 101 (e.g. it is a redirect),
-    the user agent must <i>fail the websocket connection</i>.</p>
+    the user agent must <i>fail the WebSocket connection</i>.</p>
 
     <p class="warning">Following HTTP procedures here could introduce
     serious security problems in a Web browser context. For example,
@@ -98273,7 +98273,7 @@
 
    <dt><dfn title="dom-WebSocket-CLOSING"><code>CLOSING</code></dfn> (numeric value 2)</dt>
 
-   <dd>The connection is going through the closing handshake.</dd>
+   <dd>The connection is going through the closing handshake, or the <code title="dom-WebSocket-close">close()</code> method has been invoked.</dd>
 
    <dt><dfn title="dom-WebSocket-CLOSED"><code>CLOSED</code></dfn> (numeric value 3)</dt>
 
@@ -98824,7 +98824,7 @@
    value to <code title="dom-WebSocket-CLOSED">CLOSED</code>
    (3).</p></li>
 
-   <li><p>If the user agent was required to <i>fail the websocket
+   <li><p>If the user agent was required to <i>fail the WebSocket
    connection</i> or <i>the WebSocket connection is closed</i> <dfn
    title="concept-websocket-close-fail">with prejudice</dfn>,
    <span>fire a simple event</span> named <code title="">error</code>
@@ -124110,6 +124110,7 @@
   Sylvain Pasche,
   T. J. Crowder,
   Tab Atkins,
+  Takeshi Yoshino,
   <span title="" lang="tr">Tantek Çelik</span>,
   田村健人 (TAMURA Kent),
   Ted Mielczarek,




More information about the Commit-Watchers mailing list