- From: poot <cvsmail@w3.org>
- Date: Wed, 16 Jul 2008 05:46:56 +0900 (JST)
- To: public-html-diffs@w3.org
Now that we've split Window in two, there are some places where we need to refer to the other interface. (whatwg r1881) (changed by: Ian Hickson) Diffs for this change per section: script execution context http://people.w3.org/mike/diffs/html5/spec/Overview.1.1070.html#script2 script browsing context http://people.w3.org/mike/diffs/html5/spec/Overview.1.1070.html#script3 Current content per affected section: http://dev.w3.org/html5/spec/Overview.html#script2 http://dev.w3.org/html5/spec/Overview.html#script3 Previously published WD content per affected section: http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#script2 http://www.w3.org/TR/2008/WD-html5-20080610/single-page/#script3 Cumulative diff: http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1069&r2=1.1070&f=h http://html5.org/tools/web-apps-tracker?from=1880&to=1881 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1069 retrieving revision 1.1070 diff -u -d -r1.1069 -r1.1070 --- Overview.html 15 Jul 2008 11:25:19 -0000 1.1069 +++ Overview.html 15 Jul 2008 20:43:06 -0000 1.1070 @@ -31079,9 +31079,10 @@ <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 - execution context</a> is a <code><a href="#window">Window</a></code> - object, then that object's <a href="#browsing1">browsing context</a> is - it. Otherwise, the <a href="#script2">script execution context</a> is + execution context</a> is a <code><a + href="#windowbrowsingcontext">WindowBrowsingContext</a></code> object, + then that object's <a href="#browsing1">browsing context</a> is it. + Otherwise, the <a href="#script2">script execution context</a> is associated explicitly with a <a href="#browsing1">browsing context</a> when it is created.
Received on Tuesday, 15 July 2008 20:47:33 UTC