[html5] r5181 - [e] (0) Clarify a note.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 22 01:03:26 PDT 2010


Author: ianh
Date: 2010-07-22 01:03:25 -0700 (Thu, 22 Jul 2010)
New Revision: 5181

Modified:
   complete.html
   source
Log:
[e] (0) Clarify a note.

Modified: complete.html
===================================================================
--- complete.html	2010-07-22 07:30:48 UTC (rev 5180)
+++ complete.html	2010-07-22 08:03:25 UTC (rev 5181)
@@ -73853,9 +73853,10 @@
    WebSocket connection</a>. (If this happens, then the closing
    handshake doesn't finish.)</li>
 
-  </ol><p class=note>The closing handshake <a href=#the-websocket-closing-handshake-has-finished title="the WebSocket
-  closing handshake has finished">finishes</a> once the server
-  returns the 0xFF frame, as described above.</p>
+  </ol><p class=note>If the user agent initiates it, the closing
+  handshake <a href=#the-websocket-closing-handshake-has-finished title="the WebSocket closing handshake has
+  finished">finishes</a> once the server returns the 0xFF frame, as
+  described above.</p>
 
   <hr><p>If at any point there is a fatal problem with sending data to the
   server, the user agent must <a href=#fail-the-websocket-connection>fail the WebSocket

Modified: source
===================================================================
--- source	2010-07-22 07:30:48 UTC (rev 5180)
+++ source	2010-07-22 08:03:25 UTC (rev 5181)
@@ -83126,9 +83126,10 @@
 
   </ol>
 
-  <p class="note">The closing handshake <span title="the WebSocket
-  closing handshake has finished">finishes</span> once the server
-  returns the 0xFF frame, as described above.</p>
+  <p class="note">If the user agent initiates it, the closing
+  handshake <span title="the WebSocket closing handshake has
+  finished">finishes</span> once the server returns the 0xFF frame, as
+  described above.</p>
 
   <hr>
 




More information about the Commit-Watchers mailing list