- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 05 Aug 2008 07:58:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21346 Modified Files: Overview.html Log Message: 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) Index: Overview.html =================================================================== 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 07:58:43 UTC