[html5] r6264 - [giow] (1) Oops, checking the name got dropped somehow in the name='' case. Fixi [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 21 14:24:32 PDT 2011


Author: ianh
Date: 2011-06-21 14:24:30 -0700 (Tue, 21 Jun 2011)
New Revision: 6264

Modified:
   complete.html
   source
Log:
[giow] (1) Oops, checking the name got dropped somehow in the name='' case.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12340

Modified: complete.html
===================================================================
--- complete.html	2011-06-21 21:20:51 UTC (rev 6263)
+++ complete.html	2011-06-21 21:24:30 UTC (rev 6264)
@@ -78320,7 +78320,8 @@
      <li><p>Otherwise, if <var title="">name</var> is the empty string
      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
+     flag is false, whose <code title=dom-WorkerGlobalScope-name>name</code> attribute is the
+     empty string, and whose <code title=dom-WorkerGlobalScope-location><a href=#dom-workerglobalscope-location>location</a></code> attribute
      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>

Modified: source
===================================================================
--- source	2011-06-21 21:20:51 UTC (rev 6263)
+++ source	2011-06-21 21:24:30 UTC (rev 6264)
@@ -88748,7 +88748,9 @@
      <li><p>Otherwise, if <var title="">name</var> is the empty string
      and there exists a <code>SharedWorkerGlobalScope</code> object
      whose <span title="dom-WorkerGlobalScope-closing">closing</span>
-     flag is false, and whose <code
+     flag is false, whose <code
+     title="dom-WorkerGlobalScope-name">name</code> attribute is the
+     empty string, and whose <code
      title="dom-WorkerGlobalScope-location">location</code> attribute
      represents an <span>absolute URL</span> that is exactly equal to
      <var title="">scriptURL</var>, then let <var title="">worker




More information about the Commit-Watchers mailing list