[html5] r4410 - [giow] (0) Remove a bogus sentence from the WebSocket protocol URL parsing secti [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 6 22:20:49 PST 2009


Author: ianh
Date: 2009-12-06 22:20:44 -0800 (Sun, 06 Dec 2009)
New Revision: 4410

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Remove a bogus sentence from the WebSocket protocol URL parsing section; and some minor editorial tweaks

Modified: complete.html
===================================================================
--- complete.html	2009-12-06 11:21:27 UTC (rev 4409)
+++ complete.html	2009-12-07 06:20:44 UTC (rev 4410)
@@ -110,7 +110,7 @@
 
   <header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 6 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 7 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -65838,11 +65838,7 @@
   <var title="">resource name</var>, and a <var title="">secure</var>
   flag, or they fail.</p>
 
-  <ol><li><p>If <var title="">protocol</var> is specified but is either
-   the empty string or contains characters that are not in the range
-   U+0021 to U+007E, then fail this algorithm.</li>
-
-   <li><p>If the <var title="">url</var> string is not an
+  <ol><li><p>If the <var title="">url</var> string is not an
    <a href=#absolute-url>absolute URL</a>, then fail this algorithm. <a href=#refsWEBADDRESSES>[WEBADDRESSES]</a></li>
 
    <li>

Modified: index
===================================================================
--- index	2009-12-06 11:21:27 UTC (rev 4409)
+++ index	2009-12-07 06:20:44 UTC (rev 4410)
@@ -87,7 +87,7 @@
    }
    function load(script) {
      var e = document.createElement('script');
-     e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+     e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
      document.body.appendChild(e);
    }
    function init() {
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>HTML5</h1>
-    <h2 class="no-num no-toc">Draft Standard — 6 December 2009</h2>
+    <h2 class="no-num no-toc">Draft Standard — 7 December 2009</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->

Modified: source
===================================================================
--- source	2009-12-06 11:21:27 UTC (rev 4409)
+++ source	2009-12-07 06:20:44 UTC (rev 4410)
@@ -75092,10 +75092,6 @@
 
   <ol>
 
-   <li><p>If <var title="">protocol</var> is specified but is either
-   the empty string or contains characters that are not in the range
-   U+0021 to U+007E, then fail this algorithm.</p></li>
-
    <li><p>If the <var title="">url</var> string is not an
    <span>absolute URL</span>, then fail this algorithm. <a
    href="#refsWEBADDRESSES">[WEBADDRESSES]</a></p></li>




More information about the Commit-Watchers mailing list