spec/Overview.html 1.1189 2000 Move some paragraphs around so that the

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! (whatwg r2000)

with script
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1189.html#with-script
5.4.2 Security exceptions
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1189.html#security4
security exception
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1189.html#security10
script document context
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1189.html#script4
script browsing context
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1189.html#script3
scripting is disabled
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1189.html#scripting2

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1188&r2=1.1189&f=h
http://html5.org/tools/web-apps-tracker?from=1999&to=2000

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1188
retrieving revision 1.1189
diff -u -d -r1.1188 -r1.1189
--- Overview.html 5 Aug 2008 07:54:42 -0000 1.1188
+++ Overview.html 5 Aug 2008 07:58:07 -0000 1.1189
@@ -32320,6 +32320,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:
@@ -32367,13 +32376,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>

Received on Tuesday, 5 August 2008 08:01:22 UTC