[html5] r1792 - [e] (0) Hm, that didn't work well. Let's [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 23 17:23:35 PDT 2008


Author: ianh
Date: 2008-06-23 17:23:35 -0700 (Mon, 23 Jun 2008)
New Revision: 1792

Modified:
   index
   source
Log:
[e] (0) Hm, that didn't work well. Let's try just smashing it together for now.

Modified: index
===================================================================
--- index	2008-06-24 00:21:03 UTC (rev 1791)
+++ index	2008-06-24 00:23:35 UTC (rev 1792)
@@ -30563,8 +30563,6 @@
   <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
@@ -30574,8 +30572,6 @@
    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:
@@ -30623,8 +30619,6 @@
    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

Modified: source
===================================================================
--- source	2008-06-24 00:21:03 UTC (rev 1791)
+++ source	2008-06-24 00:23:35 UTC (rev 1792)
@@ -28114,8 +28114,6 @@
   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
@@ -28124,8 +28122,6 @@
   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>
@@ -28173,8 +28169,6 @@
   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




More information about the Commit-Watchers mailing list