Skip to content

Commit

Permalink
[e] (0) s/script browsing context/script's browsing context/
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7947

git-svn-id: http://svn.whatwg.org/webapps@4246 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent a6c2034 commit 57d2073
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -64767,7 +64767,7 @@ <h5 id=the-abstractworker-abstract-interface><span class=secno>9.2.7.1 </span>Th
<li>

<p><a href=#run-a-worker>Run a worker</a> for the resulting <a href=#absolute-url>absolute
URL</a>, with the <span>script browsing context</span> of the
URL</a>, with the <a href="#script's-browsing-context">script's browsing context</a> of the
script that invoked the method as the <var title="">owner browsing
context</var>, with the <a href=#origin>origin</a> of the <a href=#first-script>first
script</a> as the <var title="">owner origin</var>, and with
Expand Down Expand Up @@ -64973,7 +64973,7 @@ <h5 id=shared-workers-and-the-sharedworker-interface><span class=secno>9.2.7.3 <
<li>

<p><a href=#run-a-worker>Run a worker</a> for <var title="">scriptURL</var>,
with the <span>script browsing context</span> of the script that
with the <a href="#script's-browsing-context">script's browsing context</a> of the script that
invoked the method as the <var title="">owner browsing
context</var>, with the <a href=#origin>origin</a> of the <a href=#first-script>first
script</a> as the <var title="">owner origin</var>, and with
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -72674,7 +72674,7 @@ interface <dfn>Worker</dfn> : <span>AbstractWorker</span> {
<li>

<p><span>Run a worker</span> for the resulting <span>absolute
URL</span>, with the <span>script browsing context</span> of the
URL</span>, with the <span>script's browsing context</span> of the
script that invoked the method as the <var title="">owner browsing
context</var>, with the <span>origin</span> of the <span>first
script</span> as the <var title="">owner origin</var>, and with
Expand Down Expand Up @@ -72920,7 +72920,7 @@ interface <dfn>SharedWorker</dfn> : <span>AbstractWorker</span> {
<li>

<p><span>Run a worker</span> for <var title="">scriptURL</var>,
with the <span>script browsing context</span> of the script that
with the <span>script's browsing context</span> of the script that
invoked the method as the <var title="">owner browsing
context</var>, with the <span>origin</span> of the <span>first
script</span> as the <var title="">owner origin</var>, and with
Expand Down

0 comments on commit 57d2073

Please sign in to comment.