[html5] r4864 - [e] (0) objects aren't equal to urls, oops

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 24 15:26:32 PDT 2010


Author: ianh
Date: 2010-03-24 15:26:30 -0700 (Wed, 24 Mar 2010)
New Revision: 4864

Modified:
   complete.html
   source
Log:
[e] (0) objects aren't equal to urls, oops

Modified: complete.html
===================================================================
--- complete.html	2010-03-24 08:57:58 UTC (rev 4863)
+++ complete.html	2010-03-24 22:26:30 UTC (rev 4864)
@@ -66054,8 +66054,10 @@
      and there exists a <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> object
      whose <a href=#dom-workerglobalscope-closing title=dom-WorkerGlobalScope-closing>closing</a>
      flag is false, and whose <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location>location</a></code> attribute
-     is exactly equal to <var title="">scriptURL</var>, then let <var title="">worker global scope</var> be that
-     <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code> object.</li>
+     represents an <a href=#absolute-url>absolute URL</a> that is exactly equal to
+     <var title="">scriptURL</var>, then let <var title="">worker
+     global scope</var> be that <code><a href=#sharedworkerglobalscope>SharedWorkerGlobalScope</a></code>
+     object.</li>
 
      <li>
 

Modified: source
===================================================================
--- source	2010-03-24 08:57:58 UTC (rev 4863)
+++ source	2010-03-24 22:26:30 UTC (rev 4864)
@@ -74185,9 +74185,10 @@
      whose <span title="dom-WorkerGlobalScope-closing">closing</span>
      flag is false, and whose <code
      title="dom-WorkerGlobalScope-location">location</code> attribute
-     is exactly equal to <var title="">scriptURL</var>, then let <var
-     title="">worker global scope</var> be that
-     <code>SharedWorkerGlobalScope</code> object.</p></li>
+     represents an <span>absolute URL</span> that is exactly equal to
+     <var title="">scriptURL</var>, then let <var title="">worker
+     global scope</var> be that <code>SharedWorkerGlobalScope</code>
+     object.</p></li>
 
      <li>
 




More information about the Commit-Watchers mailing list