Skip to content

Commit

Permalink
[e] (0) Now that we've split Window in two, there are some places whe…
Browse files Browse the repository at this point in the history
…re we need to refer to the other interface.

git-svn-id: http://svn.whatwg.org/webapps@1881 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 15, 2008
1 parent 5492d38 commit 10d6c1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions index
Expand Up @@ -31017,9 +31017,10 @@ never reset. This is nice and consistent.)
<p>A <a href="#script2">script execution context</a> always has an
associated <a href="#browsing1">browsing context</a>, known as the <dfn
id=script3>script browsing context</dfn>. If the <a href="#script2">script
execution context</a> is a <code><a href="#window">Window</a></code>
object, then that object's <a href="#browsing1">browsing context</a> is
it. Otherwise, the <a href="#script2">script execution context</a> is
execution context</a> is a <code><a
href="#windowbrowsingcontext">WindowBrowsingContext</a></code> object,
then that object's <a href="#browsing1">browsing context</a> is it.
Otherwise, the <a href="#script2">script execution context</a> is
associated explicitly with a <a href="#browsing1">browsing context</a>
when it is created.

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -28558,10 +28558,10 @@ never reset. This is nice and consistent.)
<p>A <span>script execution context</span> always has an associated
<span>browsing context</span>, known as the <dfn>script browsing
context</dfn>. If the <span>script execution context</span> is a
<code>Window</code> object, then that object's <span>browsing
context</span> is it. Otherwise, the <span>script execution
context</span> is associated explicitly with a <span>browsing
context</span> when it is created.</p>
<code>WindowBrowsingContext</code> object, then that object's
<span>browsing context</span> is it. Otherwise, the <span>script
execution context</span> is associated explicitly with a
<span>browsing context</span> when it is created.</p>

<p>It is said that <dfn>scripting is disabled</dfn> in a
<span>script execution context</span> when any of the following
Expand Down

0 comments on commit 10d6c1a

Please sign in to comment.