Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) objects aren't equal to urls, oops
git-svn-id: http://svn.whatwg.org/webapps@4864 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 24, 2010
1 parent ced1d85 commit 244f70a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -66054,8 +66054,10 @@ <h5 id=shared-workers-and-the-sharedworker-interface><span class=secno>9.2.7.3 <
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>

Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -74185,9 +74185,10 @@ interface <dfn>SharedWorker</dfn> : <span>AbstractWorker</span> {
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>

Expand Down

0 comments on commit 244f70a

Please sign in to comment.