[html5] r6792 - [giow] (1) Drop messages on the floor after a call to close() Fixing http://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 31 16:18:45 PDT 2011
Author: ianh
Date: 2011-10-31 16:18:43 -0700 (Mon, 31 Oct 2011)
New Revision: 6792
Modified:
complete.html
index
source
Log:
[giow] (1) Drop messages on the floor after a call to close()
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14474
Modified: complete.html
===================================================================
--- complete.html 2011-10-31 23:17:18 UTC (rev 6791)
+++ complete.html 2011-10-31 23:18:43 UTC (rev 6792)
@@ -80754,7 +80754,7 @@
<ol><li>
<p>If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code>
- attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1) or <code title=dom-WebSocket-CLOSING><a href=#dom-websocket-closing>CLOSING</a></code> (2), then abort these
+ attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1), then abort these
steps.</p>
</li>
Modified: index
===================================================================
--- index 2011-10-31 23:17:18 UTC (rev 6791)
+++ index 2011-10-31 23:18:43 UTC (rev 6792)
@@ -80754,7 +80754,7 @@
<ol><li>
<p>If the <code title=dom-WebSocket-readyState><a href=#dom-websocket-readystate>readyState</a></code>
- attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1) or <code title=dom-WebSocket-CLOSING><a href=#dom-websocket-closing>CLOSING</a></code> (2), then abort these
+ attribute's value is not <code title=dom-WebSocket-OPEN><a href=#dom-websocket-open>OPEN</a></code> (1), then abort these
steps.</p>
</li>
Modified: source
===================================================================
--- source 2011-10-31 23:17:18 UTC (rev 6791)
+++ source 2011-10-31 23:18:43 UTC (rev 6792)
@@ -91399,8 +91399,7 @@
<p>If the <code title="dom-WebSocket-readyState">readyState</code>
attribute's value is not <code
- title="dom-WebSocket-OPEN">OPEN</code> (1) or <code
- title="dom-WebSocket-CLOSING">CLOSING</code> (2), then abort these
+ title="dom-WebSocket-OPEN">OPEN</code> (1), then abort these
steps.</p>
</li>
More information about the Commit-Watchers
mailing list