[html5] r5052 - [e] (0) add an explicit paragraph about how ws:...:443 isn't to be blocked.

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 14 18:00:33 PDT 2010


Author: ianh
Date: 2010-04-14 18:00:32 -0700 (Wed, 14 Apr 2010)
New Revision: 5052

Modified:
   complete.html
   source
Log:
[e] (0) add an explicit paragraph about how ws:...:443 isn't to be blocked.

Modified: complete.html
===================================================================
--- complete.html	2010-04-15 00:52:13 UTC (rev 5051)
+++ complete.html	2010-04-15 01:00:32 UTC (rev 5052)
@@ -68669,14 +68669,22 @@
    this fails, throw a <code><a href=#syntax_err>SYNTAX_ERR</a></code> exception and abort
    these steps.</li>
 
-   <li><p>If <var title="">port</var> is a port to which the user
-   agent is configured to block access, then throw a
-   <code><a href=#security_err>SECURITY_ERR</a></code> exception. (User agents typically block
-   access to well-known ports like SMTP.)</li>
-   <!--
-    e.g. http://www.mozilla.org/projects/netlib/PortBanning.html
-   -->
+   <li>
 
+    <p>If <var title="">port</var> is a port to which the user agent
+    is 7configured to block access, then throw a
+    <code><a href=#security_err>SECURITY_ERR</a></code> exception. (User agents typically block
+    access to well-known ports like SMTP.)</p>
+
+    <!-- e.g. http://www.mozilla.org/projects/netlib/PortBanning.html -->
+
+    <p>Access to ports 80 and 443 should not be blocked, including the
+    unlikely cases when <var title="">secure</var> is false but <var title="">port</var> is 443 or <var title="">secure</var> is true
+    but <var title="">port</var> is 80.</p>
+    <!-- paragraph requested by zcorpan -->
+
+   </li>
+
    <li><p>If <var title="">protocol</var> is present but is either the
    empty string or contains characters with Unicode code points less
    than U+0020 or greater than U+007E (i.e. any characters that are

Modified: source
===================================================================
--- source	2010-04-15 00:52:13 UTC (rev 5051)
+++ source	2010-04-15 01:00:32 UTC (rev 5052)
@@ -77016,14 +77016,23 @@
    this fails, throw a <code>SYNTAX_ERR</code> exception and abort
    these steps.</p></li>
 
-   <li><p>If <var title="">port</var> is a port to which the user
-   agent is configured to block access, then throw a
-   <code>SECURITY_ERR</code> exception. (User agents typically block
-   access to well-known ports like SMTP.)</p></li>
-   <!--
-    e.g. http://www.mozilla.org/projects/netlib/PortBanning.html
-   -->
+   <li>
 
+    <p>If <var title="">port</var> is a port to which the user agent
+    is 7configured to block access, then throw a
+    <code>SECURITY_ERR</code> exception. (User agents typically block
+    access to well-known ports like SMTP.)</p>
+
+    <!-- e.g. http://www.mozilla.org/projects/netlib/PortBanning.html -->
+
+    <p>Access to ports 80 and 443 should not be blocked, including the
+    unlikely cases when <var title="">secure</var> is false but <var
+    title="">port</var> is 443 or <var title="">secure</var> is true
+    but <var title="">port</var> is 80.</p>
+    <!-- paragraph requested by zcorpan -->
+
+   </li>
+
    <li><p>If <var title="">protocol</var> is present but is either the
    empty string or contains characters with Unicode code points less
    than U+0020 or greater than U+007E (i.e. any characters that are




More information about the Commit-Watchers mailing list