[html5] r4403 - [giow] (1) Make fragment identifiers fail WebSocket connections for now, to allo [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Dec 4 03:37:51 PST 2009
Author: ianh
Date: 2009-12-04 03:37:49 -0800 (Fri, 04 Dec 2009)
New Revision: 4403
Modified:
complete.html
source
Log:
[giow] (1) Make fragment identifiers fail WebSocket connections for now, to allow for future expansion if necessary.
Modified: complete.html
===================================================================
--- complete.html 2009-12-04 01:55:26 UTC (rev 4402)
+++ complete.html 2009-12-04 11:37:49 UTC (rev 4403)
@@ -65843,6 +65843,9 @@
when <a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>, is either "<code title="">ws</code>" or "<code title="">wss</code>", then fail this
algorithm.</li>
+ <li><p>If <var title="">url</var> has a <a href=#url-fragment title=url-fragment><fragment></a> component, then fail
+ this algorithm.</li>
+
<li><p>If the <a href=#url-scheme title=url-scheme><scheme></a>
component of <var title="">url</var> is "<code title="">ws</code>",
set <var title="">secure</var> to false; otherwise, the <a href=#url-scheme title=url-scheme><scheme></a> component is "<code title="">wss</code>", set <var title="">secure</var> to
Modified: source
===================================================================
--- source 2009-12-04 01:55:26 UTC (rev 4402)
+++ source 2009-12-04 11:37:49 UTC (rev 4403)
@@ -75100,6 +75100,10 @@
title="">ws</code>" or "<code title="">wss</code>", then fail this
algorithm.</p></li>
+ <li><p>If <var title="">url</var> has a <span
+ title="url-fragment"><fragment></span> component, then fail
+ this algorithm.</p></li>
+
<li><p>If the <span title="url-scheme"><scheme></span>
component of <var title="">url</var> is "<code title="">ws</code>",
set <var title="">secure</var> to false; otherwise, the <span
More information about the Commit-Watchers
mailing list