[html5] r2000 - [e] (0) Move some paragraphs around so that the basic definitions come before th [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 5 00:58:04 PDT 2008


Author: ianh
Date: 2008-08-05 00:58:03 -0700 (Tue, 05 Aug 2008)
New Revision: 2000

Modified:
   index
   source
Log:
[e] (0) Move some paragraphs around so that the basic definitions come before the ones that control script execution. On an unrelated note: Two thousandth revision! Woohoo!

Modified: index
===================================================================
--- index	2008-08-05 07:54:39 UTC (rev 1999)
+++ index	2008-08-05 07:58:03 UTC (rev 2000)
@@ -32292,6 +32292,15 @@
    associated explicitly with a <a href="#browsing1">browsing context</a>
    when it is created.
 
+  <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
+   context</dfn>. It is used to <a href="#resolve" title="resolve a
+   url">resolve</a> URLs. The document is assigned when the script is
+   created, as with the <a href="#script3">script browsing context</a>.
+
+  <hr>
+
   <p>It is said that <dfn id=scripting2>scripting is disabled</dfn> in a <a
    href="#script2">script execution context</a> when any of the following
    conditions are true:
@@ -32339,13 +32348,6 @@
    will disable any event handler attributes, event listeners, timeouts, etc,
    that were set by scripts in the document.
 
-  <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
-   context</dfn>. It is used to <a href="#resolve" title="resolve a
-   url">resolve</a> URLs. The document is assigned when the script is
-   created, as with the <a href="#script3">script browsing context</a>.
-
   <h4 id=security4><span class=secno>5.4.2 </span>Security exceptions</h4>
 
   <p class=big-issue>Define <dfn id=security10>security exception</dfn>.</p>

Modified: source
===================================================================
--- source	2008-08-05 07:54:39 UTC (rev 1999)
+++ source	2008-08-05 07:58:03 UTC (rev 2000)
@@ -29554,6 +29554,15 @@
   execution context</span> is associated explicitly with a
   <span>browsing context</span> when it is created.</p>
 
+  <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
+  context</dfn>. It is used to <span title="resolve a
+  url">resolve</span> URLs. The document is assigned when the script
+  is created, as with the <span>script browsing context</span>.</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>
@@ -29601,12 +29610,6 @@
   event handler attributes, event listeners, timeouts, etc, that were
   set by scripts in the document.</p>
 
-  <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
-  context</dfn>. It is used to <span title="resolve a
-  url">resolve</span> URLs. The document is assigned when the script
-  is created, as with the <span>script browsing context</span>.</p>
 
 
   <h4>Security exceptions</h4>




More information about the Commit-Watchers mailing list