[html5] r5177 - [e] (0) remove a redundant step
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 21 23:36:17 PDT 2010
Author: ianh
Date: 2010-07-21 23:36:16 -0700 (Wed, 21 Jul 2010)
New Revision: 5177
Modified:
complete.html
source
Log:
[e] (0) remove a redundant step
Modified: complete.html
===================================================================
--- complete.html 2010-07-22 05:29:35 UTC (rev 5176)
+++ complete.html 2010-07-22 06:36:16 UTC (rev 5177)
@@ -73236,14 +73236,16 @@
</li>
+<!--(removed since the next step is even stricter)
<li>
<p>If <var title="">code</var> is not three bytes long, or if any
of the bytes in <var title="">code</var> are not in the range 0x30
- to 0x39, then <a href=#fail-the-websocket-connection>fail the WebSocket connection</a> and abort
+ to 0x39, then <span>fail the WebSocket connection</span> and abort
these steps.</p>
</li>
+-->
<li>
Modified: source
===================================================================
--- source 2010-07-22 05:29:35 UTC (rev 5176)
+++ source 2010-07-22 06:36:16 UTC (rev 5177)
@@ -82405,6 +82405,7 @@
</li>
+<!--(removed since the next step is even stricter)
<li>
<p>If <var title="">code</var> is not three bytes long, or if any
@@ -82413,6 +82414,7 @@
these steps.</p>
</li>
+-->
<li>
More information about the Commit-Watchers
mailing list