[html5] r6271 - [e] (0) consistency Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12980

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 21 16:06:21 PDT 2011


Author: ianh
Date: 2011-06-21 16:06:19 -0700 (Tue, 21 Jun 2011)
New Revision: 6271

Modified:
   complete.html
   source
Log:
[e] (0) consistency
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12980

Modified: complete.html
===================================================================
--- complete.html	2011-06-21 23:01:17 UTC (rev 6270)
+++ complete.html	2011-06-21 23:06:19 UTC (rev 6271)
@@ -79699,7 +79699,7 @@
 
    <li><p>Let <var title="">origin</var> be the <a href=#ascii-serialization-of-an-origin title="ASCII
    serialization of an origin">ASCII serialization</a> of the
-   <a href=#origin>origin</a> of the script that invoked the <code title=dom-WebSocket><a href=#dom-websocket>WebSocket()</a></code> constructor,
+   <a href=#origin>origin</a> of the <a href=#entry-script>entry script</a>,
    <a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>.</li>
 
    <li><p>Return a new <code><a href=#websocket>WebSocket</a></code> object, and continue

Modified: source
===================================================================
--- source	2011-06-21 23:01:17 UTC (rev 6270)
+++ source	2011-06-21 23:06:19 UTC (rev 6271)
@@ -90339,8 +90339,7 @@
 
    <li><p>Let <var title="">origin</var> be the <span title="ASCII
    serialization of an origin">ASCII serialization</span> of the
-   <span>origin</span> of the script that invoked the <code
-   title="dom-WebSocket">WebSocket()</code> constructor,
+   <span>origin</span> of the <span>entry script</span>,
    <span>converted to ASCII lowercase</span>.</p></li>
 
    <li><p>Return a new <code>WebSocket</code> object, and continue




More information about the Commit-Watchers mailing list