- From: poot <cvsmail@w3.org>
- Date: Tue, 21 Jun 2011 17:24:43 -0400
- To: public-html-diffs@w3.org
workers; hixie: Oops, checking the name got dropped somehow in the name='' case. (whatwg r6264) http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.292&r2=1.293&f=h http://html5.org/tools/web-apps-tracker?from=6263&to=6264 =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.292 retrieving revision 1.293 diff -u -d -r1.292 -r1.293 --- Overview.html 21 Jun 2011 21:20:56 -0000 1.292 +++ Overview.html 21 Jun 2011 21:24:34 -0000 1.293 @@ -1578,7 +1578,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 <span>absolute URL</span> 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>
Received on Tuesday, 21 June 2011 21:24:49 UTC