Skip to content

Commit

Permalink
[e] (0) Hm, that didn't work well. Let's try just smashing it togethe…
Browse files Browse the repository at this point in the history
…r for now.

git-svn-id: http://svn.whatwg.org/webapps@1792 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 24, 2008
1 parent 418f7eb commit 155002e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions index
Expand Up @@ -30563,8 +30563,6 @@ never reset. This is nice and consistent.)
<p>When the <a href="#script2">script execution context</a> of a script is
an empty object, it can't do anything that interacts with the environment.

<hr>

<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
Expand All @@ -30574,8 +30572,6 @@ never reset. This is nice and consistent.)
associated explicitly with a <a href="#browsing1">browsing context</a>
when it is created.

<hr>

<p>It is said that <dfn id=scripting1>scripting is disabled</dfn> in a <a
href="#script2">script execution context</a> when any of the following
conditions are true:
Expand Down Expand Up @@ -30623,8 +30619,6 @@ never reset. This is nice and consistent.)
will disable any event handler attributes, event listeners, timeouts, etc,
that were set by scripts in the document.

<hr>

<p>Every script whose <a href="#script2">script execution context</a> is a
<code><a href="#window">Window</a></code> object is also associated with a
<code>Document</code> object, known as its <dfn id=script4>script document
Expand Down
6 changes: 0 additions & 6 deletions source
Expand Up @@ -28114,8 +28114,6 @@ never reset. This is nice and consistent.)
empty object, it can't do anything that interacts with the
environment.</p>

<hr>

<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
Expand All @@ -28124,8 +28122,6 @@ never reset. This is nice and consistent.)
context</span> is associated explicitly with a <span>browsing
context</span> when it is created.</p>

<hr>

<p>It is said that <dfn>scripting is disabled</dfn> in a
<span>script execution context</span> when any of the following
conditions are true:</p>
Expand Down Expand Up @@ -28173,8 +28169,6 @@ never reset. This is nice and consistent.)
event handler attributes, event listeners, timeouts, etc, that were
set by scripts in the document.</p>

<hr>

<p>Every script whose <span>script execution context</span> is a
<code>Window</code> object is also associated with a
<code>Document</code> object, known as its <dfn>script document
Expand Down

0 comments on commit 155002e

Please sign in to comment.