[html5] r5188 - [e] (0) Clarify when 'error' is set to true for binary frames.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 22 13:12:46 PDT 2010
Author: ianh
Date: 2010-07-22 13:12:45 -0700 (Thu, 22 Jul 2010)
New Revision: 5188
Modified:
complete.html
source
Log:
[e] (0) Clarify when 'error' is set to true for binary frames.
Modified: complete.html
===================================================================
--- complete.html 2010-07-22 20:11:32 UTC (rev 5187)
+++ complete.html 2010-07-22 20:12:45 UTC (rev 5188)
@@ -73833,8 +73833,13 @@
<li>Abort these steps. Any data on the connection after the
0xFF frame is discarded.</li>
- </ol><p>Otherwise, let <var title="">error</var> be true.</p>
+ </ol></li>
+ <li>
+
+ <p>Otherwise, if the <var title="">frame type</var> is not
+ 0xFF or if the <var title="">length</var> was not 0, let <var title="">error</var> be true.</p>
+
</li>
</ol></dd>
Modified: source
===================================================================
--- source 2010-07-22 20:11:32 UTC (rev 5187)
+++ source 2010-07-22 20:12:45 UTC (rev 5188)
@@ -83096,8 +83096,14 @@
</ol>
- <p>Otherwise, let <var title="">error</var> be true.</p>
+ </li>
+ <li>
+
+ <p>Otherwise, if the <var title="">frame type</var> is not
+ 0xFF or if the <var title="">length</var> was not 0, let <var
+ title="">error</var> be true.</p>
+
</li>
</ol>
More information about the Commit-Watchers
mailing list