- From: poot <cvsmail@w3.org>
- Date: Tue, 24 Jun 2008 09:27:38 +0900 (JST)
- To: public-html-diffs@w3.org
Hm, that didn't work well. Let's try just smashing it together for now. (whatwg r1792) (changed by: Ian Hickson) Diff: http://people.w3.org/mike/diffs/html5/spec/Overview.1.982.html Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.981&r2=1.982&f=h http://dev.w3.org/html5/spec/Overview.html http://html5.org/tools/web-apps-tracker?from=1791&to=1792 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.981 retrieving revision 1.982 diff -u -d -r1.981 -r1.982 --- Overview.html 24 Jun 2008 00:21:08 -0000 1.981 +++ Overview.html 24 Jun 2008 00:24:38 -0000 1.982 @@ -30667,8 +30667,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 @@ -30678,8 +30676,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: @@ -30727,8 +30723,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
Received on Tuesday, 24 June 2008 00:28:14 UTC