[html5] r5609 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10985
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 12 01:53:09 PDT 2010
Author: ianh
Date: 2010-10-12 01:53:07 -0700 (Tue, 12 Oct 2010)
New Revision: 5609
Modified:
complete.html
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10985
Modified: complete.html
===================================================================
--- complete.html 2010-10-12 08:36:56 UTC (rev 5608)
+++ complete.html 2010-10-12 08:53:07 UTC (rev 5609)
@@ -73851,7 +73851,7 @@
array is a subprotocol name. The connection will only be established
if the server reports that it has selected one of these
subprotocols. The subprotocol names must all be non-empty ASCII
- strings with no control characters and not spaces in them (i.e. only
+ strings with no control characters and no spaces in them (i.e. only
characters in the range U+0021 to U+007E).</p>
<p>When the <code>WebSocket()</code> constructor is invoked, the UA
Modified: source
===================================================================
--- source 2010-10-12 08:36:56 UTC (rev 5608)
+++ source 2010-10-12 08:53:07 UTC (rev 5609)
@@ -83148,7 +83148,7 @@
array is a subprotocol name. The connection will only be established
if the server reports that it has selected one of these
subprotocols. The subprotocol names must all be non-empty ASCII
- strings with no control characters and not spaces in them (i.e. only
+ strings with no control characters and no spaces in them (i.e. only
characters in the range U+0021 to U+007E).</p>
<p>When the <code>WebSocket()</code> constructor is invoked, the UA
More information about the Commit-Watchers
mailing list